Data server (main module)

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