modalConfirmDialog | R Documentation |
Modal confirm button from Weicheng Zhu source: https://github.com/mingsnu/shiny-confirm-dialog Note: This was not used in PIVOT. I later switched to shiny modal.
modalConfirmDialog(
id,
header = "Confirmation",
body = "Are you sure?",
footer = list(actionButton("confirmDlgOkBtn", "OK")),
size = "m"
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.