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