data_table_server: Basic data table server with column selection option

Description Usage Arguments

View source: R/module_data_table.R

Description

This is for the usual iso_get_... aggregation functions.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
data_table_server(
  input,
  output,
  session,
  settings,
  get_variable,
  get_iso_files,
  is_visible,
  get_data_table,
  get_data_table_columns
)

Arguments

get_variable

reactive function returning the selected variable

get_iso_files

reactive function returning the currently loaded isofiles

is_visible

reactive function determining visibility of the auxiliary boxes

get_data_table

a regular or reactive function taking iso_files and a list of column names to retrieve the data table

get_data_table_columns

a regular function taking iso_files and returning a vector of data table columns


KopfLab/isoviewer documentation built on July 16, 2021, 1:21 a.m.