View source: R/Module_SelectActiveTableModule.R
SelectActiveTableModule | R Documentation |
Module to select the active Feature Table
SelectActiveTableModule( input, output, session, values = reactiveValues(featureTables = NULL, MainTable = NULL) ) SelectActiveTableModuleUI(id)
input |
arguments necessary for use with
|
output |
arguments necessary for use with
|
session |
arguments necessary for use with
|
values |
a |
id |
id to be used to define a namespace via |
Returns nothing
SelectActiveTableModule
: Server logic
SelectActiveTableModuleUI
: 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.