Nothing
test_that("static block constructor", {
blk <- new_static_block(datasets::mtcars)
expect_s3_class(blk, "static_block")
testServer(
get_s3_method("block_server", blk),
{
session$flushReact()
expect_identical(
session$returned$result(),
datasets::mtcars
)
},
args = list(x = blk)
)
})
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.