modalToggle | R Documentation |
Show, hide, or toggle a modal from the server.
modal_show(id, session = shiny::getDefaultReactiveDomain())
modal_hide(id, session = shiny::getDefaultReactiveDomain())
modal_toggle(id, session = shiny::getDefaultReactiveDomain())
id |
ID of the |
session |
A valid shiny session. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.