Description Usage Arguments Value
Get Covid-19 situation report from the European Centre for Disease Prevention and Control. This situation report includes new cases and deaths in all countries in the world.
1 2 3 | GetFromECDC(prefixURL = "https://www.ecdc.europa.eu/sites/default/files/documents/COVID-19-geographic-disbtribution-worldwide-",
date = "today", fileExt = ".xlsx", auth = authenticate(user = ":",
password = ":", type = "ntlm"), neat = TRUE)
|
prefixURL |
URL prefix for the HTTP request. |
date |
Date (version) of the report. |
fileExt |
Target file extension in ECDC server |
auth |
Authentication information generated by |
neat |
Should data be cleaned (dates, state name, column names)? |
A 'tibble' with 9 columns: Date, Day, Month, Year, New Cases, New Deaths, Country or Territory, Country ID, Country Population (World Bank 2018 Estimates).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.