Nothing
context("busy")
test_that("test busy", {
# type
expect_is(busy(), "shiny.tag.list")
# position argument
expect_error(busy(position = ""))
si_str <- as.character(busy(position = "bottom right"))
expect_true(any(grepl("Busy...", si_str, fixed = TRUE)))
# loader argument
si_str <- as.character(busy(loader = "dots"))
expect_true(any(grepl("Busy...", si_str, fixed = 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.