importAtlasExport: Import ECDC Atlas export file (csv)

Description Usage Arguments Details Value See Also Examples

View source: R/internal_functions.R

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

1

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

Value

dataframe

See Also

cleanAtlasExport

Examples

1
2
3
4
## Not run: 
dataset <- importAtlasExport(x = 'ECDC_surveillance_data_Anthrax.csv')

## End(Not run)

EpiSignalDetection documentation built on Dec. 11, 2021, 9:27 a.m.