View source: R/internal_functions.R
| importAtlasExport | R Documentation |
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"
importAtlasExport(x)
x |
file name of a csv file, export from the ECDC Atlas (e.g. |
The function will interpret missing reports '-' as NA values
dataframe
cleanAtlasExport
## Not run:
dataset <- importAtlasExport(x = 'ECDC_surveillance_data_Anthrax.csv')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.