sum_counties | R Documentation |
Create appropriately aggregated statistics on cases etc. from all counties in the data.frame
sum_counties( df, countylist = NULL, countycolname = "fullname", datecolname = "date" )
df |
data.frame from covidDownload() |
countylist |
vector of county names like "Montgomery County, Maryland" as found in unique fullname entries in covidDownload() |
countycolname |
optional name of data.frame column with county names |
datecolname |
optional name of data.frame column with date |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.