function plot parameter server
function_plot_param_server( input, output, session, settings, get_variable, type = c("expression", "logical"), get_value_options, default_value, reset_trigger = reactive({ }) )
| get_variable | reactive function for the variable |
|---|---|
| type | what type of parameter it is |
| get_value_options | reactive function with available value options |
| reset_trigger | reactive function to trigger a reset to the default value (if necessary) |
| func_formals | formals of the relevant function (to determine default) |