Description Usage Arguments Value
An action button module server code that has the flexibility to be enabled and disabled based on actions that javascript will listen for
1 | action_server(input, output, session, trig, disable = F)
|
input |
list of inputs used in the shiny application session |
output |
list of outputs used the shiny application session |
session |
The shiny app session object |
trig |
A reactive function. The reactive function should result in a logical value to trigger the enable or disable action |
disable |
Logical. A logical value that enables the trigger actions |
Numeric. Action button value
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.