Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1011 Bytes

File metadata and controls

31 lines (20 loc) · 1011 Bytes

hellodatascience

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

hellodatascience a hex shaped logo with green, pink, and yellow scatterplot points in the background. There is text that reads Hello Data Science

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")