Learn R Programming

covid19india (version 0.1.4)

get_nat_tests: 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: https://api.covid19india.org/data.json

raw

Pull raw unaltered data. Default is FALSE

Value

Pulls the time-series test data directly from covid19india.org.

Examples

Run this code
# NOT RUN {
get_nat_tests()
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab