global_deaths_daily: COVID-19 Global Death Counts from John Hopkins

View source: R/global_deaths_daily.R

global_deaths_dailyR Documentation

COVID-19 Global Death Counts from John Hopkins

Description

This functions pulls global 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

global_deaths_daily()

Details

Website:

- https://github.com/CSSEGISandData/COVID-19

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

Value

A dataframe/tibble

Examples

deaths <- R.COVID.19::global_deaths_daily()
head(deaths)


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