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
2
3
4
5
6
7
get_all_data(
  keep_nat = TRUE,
  covind19_name_scheme = FALSE,
  corr_check = TRUE,
  mohfw = TRUE,
  inc_days = 3
)

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

mohfw

mohfw switch to mohfw. Defauly is FALSE - will default to TRUE in future

inc_days

Number of days from infection to symptoms

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)

maxsal/covid19india documentation built on Jan. 28, 2022, 8:33 p.m.