knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
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.
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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.