Nothing
test_that("dummy board ui test", {
expect_s3_class(board_ui("board", new_board()), "shiny.tag.list")
board <- new_board(
blocks = c(
a = new_dataset_block("iris"),
b = new_subset_block()
),
links = links(from = "a", to = "b")
)
expect_s3_class(board_ui("board", board), "shiny.tag.list")
})
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.