Show or remove a modal dialog — showModal
v1.9.0|Source:
R/modal.R
Description
This causes a modal dialog to be displayed in the client browser, and is
typically used with modalDialog()
.
Arguments
- ui
UI content to show in the modal.
- session
The
session
object passed to function given toshinyServer
.
See also
modalDialog()
for examples.