View source: R/module_data_table.R
This is for the usual iso_get_... aggregation functions.
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
)
|
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.