module_experimentalfile_ui {BiasCorrector} | R Documentation |
module_experimentalfile_ui
module_experimentalfile_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 = "experimental",
module_experimentalfile_ui(
"moduleExperimentalFile"
)
)
)
}