TableModule2 {Mosaic}R Documentation

TableModule

Description

server module for interactive mass spectrum view

Usage

TableModule2(input, output, session, reactives = reactive({     list() }),
  values = reactiveValues(df = NULL, rowFilters = NULL, colFilters = NULL),
  static = list(perpage = 100, height = 300, readOnly = T, contextMenu = T,
  fixedColumnsLeft = 1, invertReadOnly = NULL, format = list(col = NULL, format
  = NULL)))

Arguments

input
output
session
set

Import data from the shiny session


[Package Mosaic version 0.7.0 Index]