R/modal.R
showModal.Rd
This causes a modal dialog to be displayed in the client browser, and is typically used with modalDialog().
modalDialog()
showModal(ui, session = getDefaultReactiveDomain()) removeModal(session = getDefaultReactiveDomain())
UI content to show in the modal.
The session object passed to function given to shinyServer.
session
shinyServer
modalDialog() for examples.