Nothing
context("Testing get_tables()")
endpoint <- Sys.getenv("FDP_endpoint")
test_that("get_tables returns a character vector of tables", {
expect_silent(get_tables())
expect_true(is.character(get_tables(endpoint)))
expect_true(is.character(get_tables(endpoint)))
})
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.