powered by
Pull covid19india national time series data
get_nat_counts( path = "https://api.covid19india.org/csv/latest/case_time_series.csv", raw = FALSE, corr_check = FALSE )
The URL path for the data. Default: https://api.covid19india.org/csv/latest/case_time_series.csv
Pull raw unaltered data. Default is FALSE
FALSE
Check for data correction. Default is FALSE
Pulls the time-series case, death, and recovered data directly from covid19india.org.
# NOT RUN { get_nat_counts_dt() # } # NOT RUN { # }
Run the code above in your browser using DataLab