Nothing
test_that("as_html returns htmltools tag", {
ht <- hux(a = 1:2, b = 3:4)
tag <- as_html(ht)
expect_s3_class(tag, "html")
expect_identical(as.character(tag), to_html(ht))
})
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.