Nothing
test_that("utilities1: get_dictionary() function works as expected.", {
res <- get_dictionary(mtcars, "mtcars")
res
expect_equal(is.null(res), FALSE)
expect_equal(nrow(res), 11)
})
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.