View source: R/Module_UploadTableModule.R
UploadTableModule | R Documentation |
Module for loading Tables into the app via fileInput()
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)
input |
arguments necessary for use with
|
output |
arguments necessary for use with
|
session |
arguments necessary for use with
|
values |
a |
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 |
Returns its internalValues
UploadTableModule
: Server logic
UploadTableModuleUI
: UI elements
values
for a description of the values
object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.