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

bespokelearnr

This package generates bespoke learning materials for a workshop-style class that provides an introduction to the emerging field of Data Science in R, including data analysis and visualization. It heavily leverages the learnr package, and allows programmatic generation of learning materials.

Installation

You cannot install bespokelearnr from CRAN, so in the meantime, use the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("matthewhirschey/bespokelearnr")


matthewhirschey/bespokelearnr documentation built on Oct. 11, 2020, 12:57 a.m.