Nothing
library(CohortMethod)
library(testthat)
if (!isFALSE(tryCatch(find.package("Eunomia"), error = function(e) FALSE))) {
connectionDetails <- Eunomia::getEunomiaConnectionDetails()
Eunomia::createCohorts(connectionDetails)
if (is_checking()) {
withr::defer(
{
unlink(connectionDetails$server())
},
testthat::teardown_env()
)
}
}
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.