Learn R Programming

EpiSignalDetection (version 0.1.3)

importAtlasExport: Import ECDC Atlas export file (csv)

Description

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

Usage

importAtlasExport(x)

Value

dataframe

Arguments

x

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

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

Details

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

See Also

cleanAtlasExport

Examples

Run this code
if (FALSE) {
dataset <- importAtlasExport(x = 'ECDC_surveillance_data_Anthrax.csv')
}


Run the code above in your browser using DataLab