View source: R/Module_LoadTableModule.R
LoadTableModule | R Documentation |
Module for loading Tables
LoadTableModule( input, output, session, values = reactiveValues(projectData = NULL, featureTables = NULL), static = list(tooltip = "Load", label = "Load", format = list(header = T, sep = "\t", quote = "\"", stringsAsFactors = F), pattern = "\\.tGrouping$"), ... ) LoadTableModuleUI(id, ...)
input |
arguments necessary for use with
|
output |
arguments necessary for use with
|
session |
arguments necessary for use with
|
values |
a |
static |
see |
... |
arguments passed to UI elements for the "Load" button. |
id |
id to be used to define a namespace via |
elements in static
that can be set:
tooltip
tooltip on button opening the load table menu
label
label on button opening the load table menu
format
loading options header
, sep
,
quote
, stringsAsFactors
to be passed to data.table::fread
pattern
file name pattern to restrict file display to
returns its internalValues, most notably element df
that contains
the table once it is loaded, and filename
, which contains the basename
of the loaded table file
LoadTableModule
: server logic
LoadTableModuleUI
: 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.