UploadTableModule: UploadTableModule

View source: R/Module_UploadTableModule.R

UploadTableModuleR Documentation

UploadTableModule

Description

Module for loading Tables into the app via fileInput()

Usage

UploadTableModule(
  input,
  output,
  session,
  values = reactiveValues(featureTables = NULL),
  static = list(title = NULL, filetypes = NULL, format = list(header = T, sep = "\t",
    quote = "\"", stringsAsFactors = F))
)

UploadTableModuleUI(id)

Arguments

input

arguments necessary for use with callModule()

output

arguments necessary for use with callModule()

session

arguments necessary for use with callModule()

values

a reactiveValues object that in effect gives read and write access to external objects

static

a list of arguments that are not in a reactive context and hence do not change while the app is running.

id

id to be used to define a namespace via NS() (must match id in callModule for the server Module)

Value

Returns its internalValues

Functions

  • UploadTableModule: Server logic

  • UploadTableModuleUI: UI elements

See Also

values for a description of the values object


mjhelf/METABOseek documentation built on April 27, 2022, 5:13 p.m.