Learn R Programming

covid19india (version 0.1.4)

get_state_tests: Pull covid19india state-level testing data

Description

Pull covid19india state-level testing data

Usage

get_state_tests(
  path = "https://api.covid19india.org/csv/latest/statewise_tested_numbers_data.csv",
  raw = FALSE
)

Arguments

path

The URL path for the data. Default: https://api.covid19india.org/csv/latest/statewise_tested_numbers_data.csv

raw

Pull raw unaltered data. Default is FALSE

Value

Pulls the time-series state-level testing data directly from covid19india.org.

Examples

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

Run the code above in your browser using DataLab