powered by
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"
importAtlasExport(x)
file name of a csv file, export from the ECDC Atlas
(e.g. x = 'ECDC_surveillance_data_Anthrax.csv')
x = 'ECDC_surveillance_data_Anthrax.csv'
dataframe
The function will interpret missing reports '-' as NA values
cleanAtlasExport
# NOT RUN { dataset <- importAtlasExport(x = 'ECDC_surveillance_data_Anthrax.csv') # } # NOT RUN { # }
Run the code above in your browser using DataLab