dataUploadUI: Shiny module UI for user-uploaded data

View source: R/dataUpload.R

dataUploadUIR Documentation

Shiny module UI for user-uploaded data

Description

Create UI that contains a main shiny::fileInput and two optional features: a file-remove button and link to display more info (for communicating file upload requirements and/or instructions).

Usage

dataUploadUI(id, ...)

Arguments

id

Character ID for specifying namespace, see shiny::NS.

...

Named list of params passed to shiny::fileInput. Note that multiple = FALSE (the default) must not be overridden.

Value

UI components.

See Also

Other dataUpload functions: dataUploadServer()


avucoh/DIVE documentation built on Aug. 29, 2023, 6:02 p.m.