prep_covid_raw_us: Download and prep US data

Description Usage Examples

View source: R/prep_covid_data.R

Description

Download and prep US data from JHU CSSE

Usage

1
prep_covid_raw_us(cases_url, deaths_url)

Examples

1
2
3
cases_url <- "https://raw.githubusercontent.com/CSSEGISandData/COVID-19/master/csse_covid_19_data/csse_covid_19_time_series/time_series_covid19_confirmed_US.csv"
deaths_url <- "https://raw.githubusercontent.com/CSSEGISandData/COVID-19/master/csse_covid_19_data/csse_covid_19_time_series/time_series_covid19_deaths_US.csv"
cov_raw <- prep_covid_raw_us(cases_url,deaths_url)

gopalpenny/covid19vis documentation built on July 24, 2020, 8:23 a.m.