global_recovered_daily: COVID-19 Global Recovered Counts from John Hopkins

View source: R/global_recovered_daily.R

global_recovered_dailyR Documentation

COVID-19 Global Recovered Counts from John Hopkins

Description

This functions pulls global recovered 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_recovered_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_recovered_global.csv

Value

A dataframe/tibble

Examples

recovered <- R.COVID.19::global_recovered_daily()
head(recovered)


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