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

learntidymodels

R build status Codecov test coverage R-CMD-check

Learn tidymodels in the browser or locally in your RStudio IDE with interactive learnr primers!

Installation

For now, you can install the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("tidymodels/learntidymodels")

How to run the tutorials

You can easily start any tutorial with:

learnr::run_tutorial("tutorial-of-choice", package = "learntidymodels")

For example:

learnr::run_tutorial("pca_recipes", package = "learntidymodels")

List of available tutorials

knitr::kable(readr::read_tsv("inst/tutorial_list.tsv"))

Code of Conduct

Please note that this project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.



tidymodels/learntidymodels documentation built on Dec. 14, 2021, 5:12 p.m.