cleanAtlasExport: Clean the Atlas export dataframe

Description Usage Arguments Details Value See Also Examples

View source: R/internal_functions.R

Description

Clean the Atlas data export dataframe before signal detection analysis
(see importAtlasExport and online ECDC Atlas: http://atlas.ecdc.europa.eu/public/index.aspx)

Usage

1

Arguments

x

dataframe, usually the ouput of the import function importAtlasExport(x)

Details

The function will:

Value

dataframe

See Also

importAtlasExport filterAtlasExport

Examples

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

## End(Not run)

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