Nothing
test_that("print - formula", {
expect_snapshot({
mold(Species ~ Sepal.Length, iris)$blueprint
mold(~Sepal.Length, iris)$blueprint
})
})
test_that("print - default", {
expect_snapshot({
mold(iris[, c("Sepal.Length"), drop = FALSE], iris$Species)$blueprint
})
})
test_that("print - recipe", {
expect_snapshot({
mold(recipes::recipe(Species ~ Sepal.Length, iris), iris)$blueprint
})
})
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.