ici_hazard_ratio_server <- function(
id,
cohort_obj
){
shiny::moduleServer(
id,
function(input, output, session) {
ici_hazard_ratio_main_server(
"ici_hazard_ratio_main",
cohort_obj
)
}
)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.