A named list of function expressions, one for each function supplied in `fn_names`.
Arguments
fn_names
A character vector (string) of function names to create wrappers for
id_arg
A character string of the argument in `fn_names` that relates to the HTML ID argument.
Default is "inputId"
value_args
A character vector of the arguments in `fn_names` that relate to the input
value arguments.
Defaults are `"value"` and `"selected`.
range_value_args
A character vector of the arguments in `fn_names` that relate to the input
value arguments when multiple arguments can be used to update the input.
Defaults are `"start"` and `"end"`.
.package
Character string of the package that `fn_names` exist in.
Default is `"shiny"`