Nothing
test_that("Shiny specific function call chunks return an empty Repro object", {
validate_call <- str2lang("validate(is.data.frame(iris))")
class(validate_call) <- c("validate", class(validate_call))
validate_repro <- repro_call_chunk(validate_call)
expect_identical(validate_repro, Repro())
})
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.