module_fileupload_ui {BiasCorrector} | R Documentation |
module_fileupload_ui
Description
module_fileupload_ui
Usage
module_fileupload_ui(id, ...)
Arguments
id |
A character. The identifier of the shiny object |
... |
Further arguments, such as 'maxfilesize' |
Value
The function returns a shiny ui module.
See Also
https://shiny.rstudio.com/articles/modules.html
Examples
if (interactive()) {
shinydashboard::tabItems(
shinydashboard::tabItem(
tabName = "fileupload",
module_fileupload_ui(
"moduleFileUpload",
maxfilesize = maxfilesize
)
)
)
}
[Package BiasCorrector version 0.2.2 Index]