powered by
module_atemp_pl_ui
module_atemp_pl_ui(id)
The function returns a shiny ui module.
A character. The identifier of the shiny object
https://shiny.rstudio.com/articles/modules.html
if (interactive()) { shinydashboard::tabItems( shinydashboard::tabItem( tabName = "atemp_plausi", module_atemp_pl_ui( "moduleAtemporalPlausibilities" ) ) ) }
Run the code above in your browser using DataLab