flowR app main server function
1 | flowR_server(session, input, output, modules = NULL)
|
session |
shiny session |
input |
shiny input |
output |
shiny output |
modules |
Names of a shiny modules (server function) to integrate to the app. The name of the ui function should be made of the name of the module's server function with the suffix 'UI'. In addition, the module should take the reactiveValues object 'rval' as input and return it as an output. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.