Learn R Programming

covid19india (version 0.1.4)

get_nat_counts: Pull covid19india national time series data

Description

Pull covid19india national time series data

Usage

get_nat_counts(
  path = "https://api.covid19india.org/csv/latest/case_time_series.csv",
  raw = FALSE,
  corr_check = FALSE
)

Arguments

path

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

raw

Pull raw unaltered data. Default is FALSE

corr_check

Check for data correction. Default is FALSE

Value

Pulls the time-series case, death, and recovered data directly from covid19india.org.

Examples

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

Run the code above in your browser using DataLab