expect_multi_class <- checkmate::expect_multi_class
expect_string <- checkmate::expect_string
expect_class <- checkmate::expect_class
expect_tag <- function(x) {
expect_multi_class(x, c("shiny.tag", "shiny.tag.list"))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.