R/shiny_DataUploadUI.R
shiny_dataUploadUI.Rd
This function creates a Shiny UI module for uploading data files from Runsalt output.
shiny_dataUploadUI(id)
A character string that defines the namespace for the module's UI elements.
A `tagList` containing a `uiOutput` for file upload.
if (FALSE) { # \dontrun{ ui <- fluidPage( shiny_dataUploadUI("dataUpload") ) } # }