CSSEGISandData: Data from the 'CSSEGISandData/COVID-19' repository

Description Usage Arguments Value

View source: R/jhu.R

Description

Extracts updated data from the repository by Johns Hopkins CSSE (https://github.com/CSSEGISandData/COVID-19) by download the file in .csv format available and loading it into a comprehensive tibble object.

Usage

1
2
3
CSSEGISandData(by_country = TRUE, silent = !interactive())

CSSEGISandData_us(silent = !interactive())

Arguments

by_country

If TRUE the values are summed over the Province.State variable for each data and Country.Region. In this case, Lat and Long are reported as the mean value of all rows for that Country.Region value.

silent

logical indicating if messages should be hidden.

Value

A tibble object.


Freguglia/datacovidbr documentation built on Oct. 10, 2020, 5:57 a.m.