cohort_manual_selection_ui <- function(id) {
ns <- shiny::NS(id)
shiny::tagList(
cohort_dataset_selection_ui(ns("dataset_selection")),
cohort_filter_selection_ui(ns("filter_selection")),
cohort_group_selection_ui(ns("group_selection"))
)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.