View source: R/Module_SaveSessionModule.R
SaveSessionModule | R Documentation |
Module for saving Tables
SaveSessionModule( input, output, session, values, reactives = reactive({ list(filename = "savedSessions/session") }), useActionLink = F ) SaveSessionModuleUI(id)
input |
arguments necessary for use with
|
output |
arguments necessary for use with
|
session |
arguments necessary for use with
|
values |
a |
reactives |
a list, wrapped in a |
useActionLink |
if TRUE, will use an |
id |
id to be used to define a namespace via |
Returns nothing
SaveSessionModule
: Server logic
SaveSessionModuleUI
: 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.