shiny::shinyServer(function(input, output, session) {
cdModule <- OhdsiShinyModules::cohortDiagnosticsServer(id = "DiagnosticsExplorer",
connectionHandler = connectionHandler,
dataSource = dataSource,
resultDatabaseSettings = shinySettings)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.