Nothing
test_that("quosures", {
expect_snapshot({
construct(
rlang::new_quosures(list(
rlang::new_quosure(quote(x)),
rlang::new_quosure(quote(x), asNamespace("constructive"))
))
)
construct(
rlang::new_quosures(list(
rlang::new_quosure(quote(x)),
rlang::new_quosure(quote(x), asNamespace("constructive"))
)),
opts_quosures("next")
)
construct(
rlang::new_quosures(list(
a = rlang::new_quosure(quote(x)),
rlang::new_quosure(quote(x), asNamespace("constructive"))
)),
opts_environment("list2env")
)
})
})
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.