Skip to contents

This function creates a Shiny UI module for uploading data files from Runsalt output.

Usage

shiny_dataUploadUI(id)

Arguments

id

A character string that defines the namespace for the module's UI elements.

Value

A `tagList` containing a `uiOutput` for file upload.

Examples

if (FALSE) { # \dontrun{
ui <- fluidPage(
  shiny_dataUploadUI("dataUpload")
)
} # }