Description Usage Arguments Value
View source: R/country-over-limit.R
Add a column of the days since some limit of cumulative cases is reached
1 | add_days_since_limit(covid_data, limit = 100)
|
covid_data |
covid19 data |
limit |
limit for flagging |
data.frame with extra column, "days_since_limit", which contains the number of days since the cumulative cases reached 100.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.