Using tags

knitr::opts_chunk$set(
  message = FALSE,
  digits = 3,
  collapse = TRUE,
  comment = "#>"
  )
options(digits = 3)
library(tidymodels)

The tidymodels framework has a set of core packages that are loaded and attached when the tidymodels package is loaded.

There are other sets of packages that can be attached via tidymodels::tag_attach(tag) where the tag is a character string. Existing tags are:

library(tidymodels)
tag_show()


Try the tidymodels package in your browser

Any scripts or data that you put into this service are public.

tidymodels documentation built on Aug. 25, 2023, 1:07 a.m.