Data server (main module)
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"
)
|
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.