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