Nothing
test_that("shiny devmode shuts off default caching", {
expect_equal(
identical(
sass_cache_get(),
NULL
),
FALSE
)
withr::local_options(list(
shiny.devmode = TRUE,
shiny.devmode.verbose = FALSE
))
withr::local_envvar(list(
TESTTHAT = "false"
))
expect_equal(
identical(
sass_cache_get(),
NULL
),
TRUE
)
})
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.