Nothing
test_that("`recipe` argument is validated", {
expect_snapshot(error = TRUE, {
new_recipe_blueprint(recipe = 1)
})
})
test_that("`recipe` argument allows `NULL`", {
x <- new_recipe_blueprint(recipe = NULL)
expect_null(x$recipe)
})
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.