Nothing
test_that("computeQuery gives warning", {
testthat::skip_if_not_installed("duckdb")
con <- DBI::dbConnect(duckdb::duckdb(eunomiaDir()))
cdm <- cdmFromCon(con, "main", "main")
expect_warning({
tbl <- cdm$person %>%
dplyr::mutate(a = "a") %>%
computeQuery()
})
DBI::dbDisconnect(con, shutdown = TRUE)
})
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.