Nothing
library(testthat)
library(mdbr)
test_that("tables can be listed as vector", {
skip_on_cran()
skip_if_not(has_mdb_tools())
t <- mdb_tables(mdb_example())
expect_type(t, "character")
expect_length(t, 4)
})
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.