bsModal is used within the UI to create a modal window.
bsModal(
id,
title,
trigger,
...,
size,
footer = NULL,
close.button = TRUE,
width = NULL
)A unique identifier for the modal window
The title to appear at the top of the modal
The id of a button or link that will open the modal.
UI elements to include within the modal
Optional What size should the modal be? (small or large)
A list of shiny UI elements to be added to the footer of the modal.
Should a close button be added to the footer of the modal?
An optional width argument for the modal. Must include units. Only applied if size is missing.
See Modals for more information about how to use bsModal with the
rest of the Modals family.
Other Modals:
Modals,
toggleModal()