Learn R Programming

EpiSignalDetection (version 0.1.2)

importAtlasExport: Import ECDC Atlas export file (csv)

Description

Import ECDC Atlas csv export file (exported from the online ECDC Atlas: http://atlas.ecdc.europa.eu/public/index.aspx) e.g. "ECDC_surveillance_data_Anthrax.csv"

Usage

importAtlasExport(x)

Arguments

x

file name of a csv file, export from the ECDC Atlas

(e.g. x = 'ECDC_surveillance_data_Anthrax.csv')

Value

dataframe

Details

The function will interpret missing reports '-' as NA values

See Also

cleanAtlasExport

Examples

Run this code
# NOT RUN {
dataset <- importAtlasExport(x = 'ECDC_surveillance_data_Anthrax.csv')
# }
# NOT RUN {

# }

Run the code above in your browser using DataLab