Description Usage Arguments Value Examples
View source: R/add-weekly-avg.R
Add Weekly average summary, for each country
1 | add_weekly_avg(covid, ...)
|
covid |
covid19 data |
... |
variables to compute weekly average of |
data frame with weekly average computed
1 2 3 4 5 6 7 | ## Not run:
covid <- covid_latest()
add_weekly_avg(covid, cases)
add_weekly_avg(covid, deaths)
add_weekly_avg(covid, cases, deaths)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.