knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" ) library(indianacovid19data)
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.
You can install the latest version of indianacovid19data from Github with:
# install.packages("remotes") remotes::install_github("ercbk/indianacovid19data")
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()
To cite the indianacovid19data package, please use:
citation("indianacovid19data")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.