get_ma_cases: Read in cases data from Mass DPH daily docx files

Description Usage Arguments Details Value

View source: R/get_ma_cases.R

Description

Read in cases data from Mass DPH daily docx files

Usage

1
2
3
4
5
6
get_ma_cases(
  path = NULL,
  query_date = NULL,
  URL = paste0("https://www.mass.gov/info-details/",
    "covid-19-cases-quarantine-and-monitoring")
)

Arguments

path

User provided path for specific doc, defaults to NULL

query_date

User provided date or defaults to NULL (for today)

URL

Path to covid-19 page of Mass DPH

Details

Provide a specific path to dph_path, otherwise if kept as default NULL, function will scrape from the latest days COVID-19 cases reports

Value

Table of county infections


agroimpacts/covid19clark documentation built on Nov. 19, 2020, 7:22 p.m.