Description Usage Arguments Value Examples
View source: R/get_state_vax.R
Pull covid19india state-level vaccine data
1 2 3 4 5  | get_state_vax(
  path = "https://api.covid19india.org/csv/latest/vaccine_doses_statewise_v2.csv",
  raw = FALSE,
  keep_nat = TRUE
)
 | 
path | 
 The URL path for the data. Default: https://api.covid19india.org/csv/latest/vaccine_doses_statewise_v2.csv  | 
raw | 
 Pull raw unaltered data. Default is FALSE  | 
keep_nat | 
 Keep national level data? Default is TRUE  | 
Pulls the time-series state-level vaccine data directly from covid19india.org.
1 2 3 4  | ## Not run: 
get_state_vax()
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.