Nothing
test_that("Function to show schema works", {
# Needs internet
skip_on_cran()
skip_if_offline()
# Download the docs and return
expect_silent(x <- show_schema(verbose = FALSE, browser = FALSE))
expect_type(x, "character")
unlink("siconvr_docs", force = TRUE, recursive = TRUE)
})
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.