Display a Message in an Alert Window
Display an alert window that contains a specified message and an OK button for dismissing the window.
showAlert(message, title="Alert", icon="warning")
message |
message to display in alert window |
title |
title of alert window |
icon |
icon to display in alert window; options are
|
Anisa Egeli, Vancouver Island University, Nanaimo BC
## Not run: local(envir=.PBSmodEnv,expr={ showAlert("Hello World!") }) ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.