Description Usage Format Details Source Examples
The datasets provide test data for the example which are generated from the Johns Hopkins University data on GitHu. The data does not include the lastet current case numbers.
1 2 3 |
data.frame
corona_data
provides data from all countries,
corona_data_sel
provides data from a few selected countries only
see Wolfgang's Corona Dashboard
Johns Hopkins University on GitHub https://github.com/CSSEGISandData/COVID-19/tree/master/csse_covid_19_data/csse_covid_19_time_series
1 2 3 4 | head(corona_data)
uts_get_corona_data_wide(corona_data %>% dplyr::filter(Country == "Germany"))
head(corona_data_sel)
unique(corona_data_sel$Country)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.