View source: R/module_function_plot_param.R
function plot parameter server
1 2 3 4 5 6 7 8 9 10 11 | 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) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.