module_data_server: Data server (main module)

Description Usage Arguments

View source: R/module_data.R

Description

Data server (main module)

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
module_data_server(
  input,
  output,
  session,
  settings,
  iso_objects = list(),
  get_selected_variable,
  data_type = c("continuous_flow", "dual_inlet", "scan"),
  get_code_update = reactive({     function(rmarkdown) {         ""     } }),
  default_tab = "plot"
)

Arguments

get_selected_variable

reactive function returning the variable name

data_type

the type of data server (character), is used to construct iso_read... and iso_is_... calls

get_code_update

a reactive code update function, has to return a function that takes 'rmarkdown' as a parameter


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