Skip to content

Latest commit

 

History

History
65 lines (37 loc) · 1.72 KB

README.md

File metadata and controls

65 lines (37 loc) · 1.72 KB

dcData

R build status

The dcData package includes data sets that accompany Data Computing (2nd edition) by Kaplan & Beckman (eBook) used to teach wrangling and visualization techniques that turn data into information.

Installation

The development version of dcData can be installed from GitHub with:

library(devtools)
devtools::install_github("mdbeckman/dcData")