Nothing
library(testthat)
library(mdbr)
test_that("examples work for path and name", {
skip_on_cran()
expect_equal(mdb_example(NULL), "nycflights13.mdb")
expect_true(file.exists(mdb_example()))
})
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.