SaveSessionModule: SaveSessionModule

View source: R/Module_SaveSessionModule.R

SaveSessionModuleR Documentation

SaveSessionModule

Description

Module for saving Tables

Usage

SaveSessionModule(
  input,
  output,
  session,
  values,
  reactives = reactive({     list(filename = "savedSessions/session") }),
  useActionLink = F
)

SaveSessionModuleUI(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

reactives

a list, wrapped in a reactive() expression with settings for this module. See details.

useActionLink

if TRUE, will use an actionLink instead of an actionButton to open the modal Dialog

id

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

Value

Returns nothing

Functions

  • SaveSessionModule: Server logic

  • SaveSessionModuleUI: UI elements

See Also

values for a description of the values object


mjhelf/Mosaic documentation built on April 28, 2022, 11:32 a.m.