Description Usage Details Value
View source: R/read_data_ecdc.R
Reads a dataset with COVID-19 cases and deaths, which is maintained by the European Centre for Disease Prevention and Control (ECDC).
1 |
Adds a date
column of class Date
, derived from the dateRep
column, which is a string.
tbl
with 11 columns:
date
: (Date)
dateRep
: (character)
day
: (integer)
month
: (integer)
year
: (integer)
cases
: (integer)
deaths
: (integer) number of new deaths that occurred on the given day.
This is not the cumulative total of deaths up to that day.
countriesAndTerritories
: (character)
geoId
: (character) 2-character ISO-3166 country code.
countryterritoryCode
: (character) 3-character ISO-3166 country code.
popData2018
: (integer)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.