View source: R/moduleSummary.R
moduleSummaryServer
1 | moduleSummaryServer(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) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.