Nothing
# location to download the JDBC drivers used in the tests
jdbcDriverFolder <- tempfile("jdbcDrivers")
co <- getOption("connectionObserver")
options(connectionObserver=NULL)
withr::defer({
options(connectionObserver=co)
unlink(jdbcDriverFolder, recursive = TRUE, force = TRUE)
}, testthat::teardown_env())
dbms <- getOption("dbms", default = "sqlite")
connectionDetails <- getTestDatabaseConnectionDetails(dbms = dbms, jdbcDriverFolder = jdbcDriverFolder)
cdmDatabaseSchema <- getTestDatabaseSchema(dbms = dbms)
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.