Description Usage Arguments Examples
wraps tcltk::tk_messageBox
to signal that the call was executed.
1 | popping_up(.message = NULL, .caption = "")
|
.message |
character. The information field of the dialog box.
Forwarded to the |
.caption |
the caption on the widget displayed.
Forwarded to the |
1 2 3 4 5 | ## Not run:
popping_up$paste("hello","world")
popping_up("a message", "a caption")$paste("hello","world")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.