Description Usage Arguments Value Examples
View source: R/moduleSettings.R
module_settings_server
1 | module_settings_server(input, output, session, rv, input_re)
|
input |
Shiny server input object |
output |
Shiny server output object |
session |
Shiny session object |
rv |
The global 'reactiveValues()' object, defined in server.R |
input_re |
The Shiny server input object, wrapped into a reactive expression: input_re = reactive(input) |
shiny module module_settings_server
1 2 3 4 5 6 7 8 9 | ## Not run:
module_settings_server(
input,
output,
session,
rv,
input_re
)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.