Description Usage Arguments Value Examples
Calls handler when Yes button is clicked. Unlike other gWidgets implementations, this one does not block the R process before returning a logical indicating the selection. One must use a handler to have interactivity.
1 2 |
message |
message |
title |
title for dialog's window |
icon |
icon. One of 'info', 'warning', 'error', or 'question'. |
parent |
parent container (main window instance) |
handler |
handler passed to dialog if confirmed |
action |
passed to any handler |
... |
ignored |
return value ignored, use handler for response.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.