close_material_modal {shinymaterial} | R Documentation |
Close a material modal programmatically.
Description
Close a material modal programmatically (server side).
Usage
close_material_modal(session, modal_id)
Arguments
session |
The session object passed to function given to shinyServer. |
modal_id |
String. The ID of the modal to open. |
See Also
Examples
## Not run:
close_material_modal(session, "example_modal")
## End(Not run)
[Package shinymaterial version 1.2.0 Index]