showModal | R Documentation |
This causes a modal dialog to be displayed in the client browser, and is
typically used with modalDialog()
.
showModal(ui, session = getDefaultReactiveDomain())
removeModal(session = getDefaultReactiveDomain())
ui |
UI content to show in the modal. |
session |
The |
modalDialog()
for examples.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.