Description Usage Arguments Value Examples
View source: R/get_nat_counts.R
Pull covid19india national time series data
1 2 3 4 5  | get_nat_counts(
  path = "https://api.covid19india.org/csv/latest/case_time_series.csv",
  raw = FALSE,
  corr_check = FALSE
)
 | 
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   | 
corr_check | 
 Check for data correction. Default is   | 
Pulls the time-series case, death, and recovered data directly from covid19india.org.
1 2 3 4  | ## Not run: 
get_nat_counts_dt()
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.