View source: R/moduleModelSelection.R
module_modelselection_ui | R Documentation |
module_modelselection_ui
module_modelselection_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 = "modelselection",
module_modelselection_ui(
"moduleModelSelection"
)
)
)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.