get_nat_counts: Pull covid19india national time series data

Description Usage Arguments Value Examples

View source: R/get_nat_counts.R

Description

Pull covid19india national time series data

Usage

1
2
3
4
5
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

1
2
3
4
## Not run: 
get_nat_counts_dt()

## End(Not run)

covid19india documentation built on Oct. 9, 2021, 5:07 p.m.