Nothing
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()
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.