📦 R package for Supplemental Materials for the Hello Data Science Book

hellodatascience is a package to supplement the upcoming open-access Hello Data Science book. It contains datasets that are used in the book. You can find documentation on the package website.
You can install hellodatascience from CRAN.
install.packages("hellodatascience") You can install the development version from GitHub. You would also need to install the devtools package if you do not have it installed already.
#install.packages("devtools")
devtools::install_github("hellodata-science/hellodatascience")