rp.messagebox | R Documentation |
This function displays a message in a pop-up window.
rp.messagebox(..., title="rpanel Message")
... |
parameters containing the message to be displayed. |
title |
the title for the message window. |
The pop-up window remains displayed and no other action can be taken, until the 'ok' button is pressed.
None.
rpanel: Simple interactive controls for R functions using the tcltk package. Journal of Statistical Software, 17, issue 9.
rp.control
## Not run: rp.messagebox("Click OK to continue.", title = "Test message") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.