Description Usage Arguments Value Examples
View source: R/get_state_counts.R
Pull covid19india state
1 2 3 4 5 6 | get_state_counts(
path = "https://api.covid19india.org/csv/latest/state_wise_daily.csv",
raw = FALSE,
keep_nat = FALSE,
corr_check = FALSE
)
|
path |
The URL path for the data. Default: |
raw |
Pull raw unaltered data. Default is |
keep_nat |
Keep the national data as well. Default is |
corr_check |
Check for data correction. Default is |
Pulls the time-series case, death, and recovered data directly from covid19india.org.
1 2 3 4 | ## Not run:
get_state_counts()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.