Nothing
test_that("computeQuery gives warning", {
testthat::skip_if_not_installed("duckdb")
testthat::skip_if_not("duckdb" %in% dbToTest)
con <- local_eunomia_con()
cdm <- cdmFromCon(con, "main", "main")
expect_warning({
tbl <- cdm$person %>%
dplyr::mutate(a = "a") %>%
computeQuery()
})
})
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.