Nothing
test_that("name arg works", {
skip_if_no_apps()
app <- AppDriver$new(
test_path("apps/hello"),
name = "test",
variant = NULL
)
app$set_inputs(name = "Hadley")
app$set_inputs(greet = "click")
app$expect_values(output = "greeting", screenshot_args = FALSE)
app$expect_values(
output = "greeting",
screenshot_args = FALSE,
name = "custom"
)
})
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.