fetch_datahub: Fetch updated county data from COVID19 data hub

Description Usage Arguments Value See Also

View source: R/covid19.R

Description

Fetch updated county data from COVID19 data hub

Usage

1
2
3
4
5
6
fetch_datahub(
  simplify = TRUE,
  save_file = TRUE,
  path = stcovid_path("cumcounts"),
  ...
)

Arguments

simplify

logical, if TRUE trim the dataset

save_file

logical, if TRUE save the file. Ignored if simplify is FALSE.

path

charcater, the path to save the data

...

further arguments for covid19

Value

tibble of COVID19 data hub data

See Also

https://covid19datahub.io/


BigelowLab/stcovid documentation built on May 1, 2020, 3:59 p.m.