get_all_data: Pull all covid19india count, test, and vaccine data for...

Description Usage Arguments Value Examples

View source: R/get_all_data.R

Description

Pull all covid19india count, test, and vaccine data for states and nation

Usage

1
get_all_data(keep_nat = TRUE, covind19_name_scheme = FALSE, corr_check = TRUE)

Arguments

keep_nat

Keep the national data as well. Default is FALSE

covind19_name_scheme

Variable naming scheme used for development of covind19.org application

corr_check

Check for data corrections of X-times magnitude. Default is TRUE

Value

Pulls the district-level time-series case, death, and recovered data directly from covid19india.org.

Examples

1
2
3
4
## Not run: 
get_all_data()

## End(Not run)

covid19india documentation built on Oct. 9, 2021, 5:07 p.m.