covidDownload: covidDownload

View source: R/covidDownload.R

covidDownloadR Documentation

covidDownload

Description

Read daily update of US county-resolution COVID data from NYT dataset on github

Usage

covidDownload(
  fileurl = "https://github.com/nytimes/covid-19-data/raw/master/us-counties.csv",
  writecsv = FALSE,
  localpath = getwd(),
  testing = FALSE
)

Arguments

fileurl

optional but will not really work if csv is not formatted as the one here

writecsv

optional logical

localpath

optional

testing

whether to print extra info to console

Examples

  x <- covidDownload()
  covidPlotBarNow(x)

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