View source: R/moduleUniquePlausibility.R
module_uniq_plaus_ui | R Documentation |
module_uniq_plaus_ui
module_uniq_plaus_ui(id)
id |
A character. The identifier of the shiny object |
The function returns a shiny ui module.
https://shiny.rstudio.com/articles/modules.html
if (interactive()) {
shinydashboard::tabItems(
shinydashboard::tabItem(
tabName = "uniq_plausis",
module_uniq_plaus_ui(
"moduleUniquenessPlausibilities"
)
)
)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.