Nothing
g <- function(var) str_englue("{{ var }}")
test_that("str_englue() automatically inserts a given variable name using a glue operator {{}}", {
expect_equal(g(cyl), "cyl")
})
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.