sum_counties: sum_counties

View source: R/sum_counties.R

sum_countiesR Documentation

sum_counties

Description

Create appropriately aggregated statistics on cases etc. from all counties in the data.frame

Usage

sum_counties(
  df,
  countylist = NULL,
  countycolname = "fullname",
  datecolname = "date"
)

Arguments

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


ejanalysis/covidcountyshinyapp documentation built on Aug. 31, 2022, 7:46 a.m.