LoadSessionModule: LoadSessionModule

View source: R/Module_LoadSessionModule.R

LoadSessionModuleR Documentation

LoadSessionModule

Description

Module for loading an entire Metaboseek session

Usage

LoadSessionModule(input, output, session, values, useActionLink = F)

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

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)

Details

Loads a Metaboseek session from a MseekSession object saved in an RDS file with the file extension ".Msks".

Value

nothing, but modifies values

Functions

  • LoadSessionModule: server logic

  • LoadSessionModuleUI: UI elements

See Also

values for a description of the values object


mjhelf/METABOseek documentation built on April 27, 2022, 5:13 p.m.