get_all_data {covid19india} | R Documentation |
Pull all covid19india count, test, and vaccine data for states and nation
Description
Pull all covid19india count, test, and vaccine data for states and nation
Usage
get_all_data(keep_nat = TRUE, covind19_name_scheme = FALSE, corr_check = TRUE)
Arguments
keep_nat |
Keep the national data as well. Default is |
covind19_name_scheme |
Variable naming scheme used for development of |
corr_check |
Check for data corrections of X-times magnitude. Default is |
Value
Pulls the district-level time-series case, death, and recovered data directly from covid19india.org
.
Examples
## Not run:
get_all_data()
## End(Not run)
[Package covid19india version 0.1.4 Index]