# Constructor -------------------------------------------------------------
new_tap <- function(x, ..., class = character()) {
assert_list(x)
new_object(x, ..., class = c(class, "tap"))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.