inst/data_raw/Covid_getdata.R

# Get Covid data

Covid <- COVID19::covid19(
  country = "US",
  level = 1,
  start = "2019-01-01")

save(Covid_US, file="data/Covid_US.rda")

Try the mosaicCalc package in your browser

Any scripts or data that you put into this service are public.

mosaicCalc documentation built on Sept. 11, 2024, 9:10 p.m.