powered by
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)
dataframe
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'
The function will interpret missing reports '-' as NA values
cleanAtlasExport
if (FALSE) { dataset <- importAtlasExport(x = 'ECDC_surveillance_data_Anthrax.csv') }
Run the code above in your browser using DataLab