Description Usage Arguments Value Examples
View source: R/country-over-limit.R
Requires that country is called country_region
, date is called date
,
cumulative cases are called cumulative_cases
.
1 | add_country_hit_limit(covid_data, limit = 100)
|
covid_data |
covid19 data with cumulative cases for each country |
limit |
defaults to 100 |
data.frame with additional column "hit limit" indicating the day a country passed that limit
1 | # covid %>%
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.