Learn R Programming

rpanel (version 1.1-5.2)

rp.messagebox: Displays a message

Description

This function displays a message in a pop-up window.

Usage

rp.messagebox(..., title="rpanel Message")

Value

None.

Arguments

...

parameters containing the message to be displayed.

title

the title for the message window.

Details

The pop-up window remains displayed and no other action can be taken, until the 'ok' button is pressed.

References

rpanel: Simple interactive controls for R functions using the tcltk package. Journal of Statistical Software, 17, issue 9.

See Also

rp.control

Examples

Run this code
if (FALSE) {
   rp.messagebox("Click OK to continue.", title = "Test message")
}

Run the code above in your browser using DataLab