knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)
library(indianacovid19data)

indianacovid19data

R-CMD-check DOI

This R package provides access to most of the processed and raw datasets from Indiana-COVID-19-Tracker and Indiana-COVIDcast-Dashboard. Visualizations created using this data can be seen at the website. While most of the data in this package relates to Indiana, there are datasets for Illinois, Michigan, and Wisconsin as well.

Installation

You can install the latest version of indianacovid19data from Github with:

# install.packages("remotes")
remotes::install_github("ercbk/indianacovid19data")

File path to .csv format

indianacovid19data has csv file types for all its datasets in the inst/extdata directory of the github repository or they can be accessed by installing the package and using path_to_file to find the file path.

path_to_file("hosp_msas_line.csv")

If the name argument is NULL, then a list of the available files in .csv format is returned

path_to_file()

Citation

To cite the indianacovid19data package, please use:

citation("indianacovid19data")


ercbk/indianacovid19data documentation built on Dec. 20, 2021, 5:27 a.m.