read_covid_cumulative: Read the cumulative cases file for a given date

Description Usage Arguments Value

View source: R/covid19.R

Description

Read the cumulative cases file for a given date

Usage

1
2
3
4
5
read_covid_cumulative(
  date = Sys.Date(),
  path = mecdc_path("cumcounts"),
  pop = read_census()
)

Arguments

date

Date class, the day to retrieve

path

the path to the data file

pop

sf object, as per read_census

Value

the merged covid/census table as sf MULTIPOLYGON


BigelowLab/MeCDC documentation built on April 22, 2020, 2:29 p.m.