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
6
get_nat_counts(
  path = "https://api.covid19india.org/csv/latest/case_time_series.csv",
  raw = FALSE,
  corr_check = TRUE,
  mohfw = TRUE
)

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

mohfw

switch to mohfw default is TRUE

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)

maxsal/covid19india documentation built on Jan. 28, 2022, 8:33 p.m.