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