submitButton
From shiny v0.5.0
by Winston Chang
Create a submit button
Create a submit button for an input form. Forms that include a submit button do not automatically update their outputs when inputs change, rather they wait until the user explicitly clicks the submit button.
Usage
submitButton(text = "Apply Changes")
Arguments
- text
- Button caption
Value
- A submit button that can be added to a UI definition.
Examples
submitButton("Update View")
Community examples
Looks like there are no examples yet.