Description
Datasets from the Hello Data Science Book.
Description
Provides datasets used for analysis and visualizations in the open-access Hello Data Science book.
README.md
hellodatascience
📦 R package for Supplemental Materials for the Hello Data Science Book
hellodatascience 
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.
Installation
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")