updaterModule: updaterModule

View source: R/Module_updaterModule.R

updaterModuleR Documentation

updaterModule

Description

module to update Metaboseek from inside the UI. Currently not working.

Usage

updaterModule(
  input,
  output,
  session,
  tag,
  set = list(package = "Metaboseek", refs = c("master", "devel", "devel_raw"), active =
    T)
)

updaterModuleUI(id)

Arguments

input

arguments necessary for use with callModule()

output

arguments necessary for use with callModule()

session

arguments necessary for use with callModule()

tag

id to be used in ns()

set

set which package to update and which branches to allow to be selected

id

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

Value

Returns nothing

Functions

  • updaterModule: Server logic

  • updaterModuleUI: UI elements

See Also

values for a description of the values object


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