coviData is designed to help with ETL, munging, and basic analysis of COVID-19 data within the Shelby County Health Department. It provides utilities for loading and munging data from several sources and a grab-bag of tidy, generic tools for handling that data. It serves as a backend for the other SCHD COVID-19 packages.
You can install the development version of the package using devtools:
# install.packages("devtools")
devtools::install_github("jesse-smith/coviData")
Please note that the coviData project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.