R/module_data_table.R
data_table_server.RdThis is for the usual iso_get_... aggregation functions.
data_table_server(
input,
output,
session,
settings,
get_variable,
get_iso_files,
is_visible,
get_data_table,
get_data_table_columns
)reactive function returning the selected variable
reactive function returning the currently loaded isofiles
reactive function determining visibility of the auxiliary boxes
a regular or reactive function taking iso_files and a list of column names to retrieve the data table
a regular function taking iso_files and returning a vector of data table columns