Nothing
test_that("Create a backend for DBI", {
only_one <- yaml_content_parsed |>
purrr::pluck("datasources", 2, "backend")
connection <- create_backend_dbi(only_one)
expect_s3_class(connection, c("ConnectorDBI", "R6"))
})
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.