validate_inputs | R Documentation |
This function checks if all necessary input parameters for source and target exist and are valid.
validate_inputs(rv, input, output, session)
rv |
The global 'reactiveValues()' object, defined in server.R |
input |
Shiny server input object |
output |
Shiny server output object |
session |
Shiny session object |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.