Nothing
test_that("code_book() runs without error on a simple data frame", {
skip_if_not_installed("DT")
df <- head(mtcars)
expect_silent({
cb <- suppressMessages(code_book(df))
})
expect_s3_class(cb, "datatables")
expect_true(inherits(cb, "htmlwidget"))
})
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.