us_geo_deaths_daily: COVID-19 US Death Counts from John Hopkins

View source: R/us_geo_deaths_daily.R

us_geo_deaths_dailyR Documentation

COVID-19 US Death Counts from John Hopkins

Description

This functions pulls US deaths COVID-19 data from John Hopkins GitHub repository downloads it and transpose it so that it is tidy. No data is stored within the package, so the data should continuously update over time as long as the links do not change.

Usage

us_geo_deaths_daily()

Details

Website: https://raw.githubusercontent.com/CSSEGISandData/COVID-19/master/csse_covid_19_data/csse_covid_19_time_series/time_series_covid19_deaths_US.csv

Value

A dataframe/tibble

Examples

deaths_daily <- R.COVID.19::us_geo_deaths_daily()
head(deaths_daily)


Fredo-XVII/R.COVID.19 documentation built on Aug. 6, 2022, 2:46 p.m.