Nothing
library(testthat)
test_that("Open and close connection", {
connectionDetails <- createConnectionDetails(
dbms = "postgresql",
user = aNonExistingvariable
)
expect_error(
connect(connectionDetails),
regexp = "Unable to evaluate the 'user' argument"
)
})
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.