covid_latest: Pull latest covid19 data from European CDC

Description Usage Arguments Value

View source: R/pull-covid-cdc.R

Description

This pull data from https://www.ecdc.europa.eu/en/publications-data/download-todays-data-geographic-distribution-covid-19-cases-worldwide.

Usage

1
covid_latest(patch = TRUE, memoise = TRUE, check_australia = TRUE)

Arguments

patch

logical. Patch China miscounts see patch_data(). Default is TRUE.

memoise

do you want to memoise (cache the data?). Default is TRUE. This caches the data into .covid_cache

check_australia
  • do you want to check if Australia has been given zero cases for the latest day (since March 16), and if so, replace those recent days with NA? Default is TRUE

Value

data.frame


CBDRH/covidrecon documentation built on May 27, 2020, 9:41 a.m.