get_nat_tests {covid19india} | R Documentation |
Pull covid19india national time series test data
Description
Pull covid19india national time series test data
Usage
get_nat_tests(
path = "https://data.covid19india.org/csv/latest/tested_numbers_icmr_data.csv",
raw = FALSE
)
Arguments
path |
The URL path for the data. Default: |
raw |
Pull raw unaltered data. Default is |
Value
Pulls the time-series test data directly from covid19india.org.
Examples
## Not run:
get_nat_tests()
## End(Not run)
[Package covid19india version 0.1.4 Index]