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