View source: R/moduleFileupload.R
module_fileupload_ui | R Documentation |
module_fileupload_ui
module_fileupload_ui(id, ...)
id |
A character. The identifier of the shiny object |
... |
Further arguments, such as 'maxfilesize' |
The function returns a shiny ui module.
https://shiny.rstudio.com/articles/modules.html
if (interactive()) {
shinydashboard::tabItems(
shinydashboard::tabItem(
tabName = "fileupload",
module_fileupload_ui(
"moduleFileUpload",
maxfilesize = maxfilesize
)
)
)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.