knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

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


mdbeckman/dcData documentation built on March 18, 2023, 6:07 a.m.