powered by
Display an alert window that contains a specified message and an OK button for dismissing the window.
showAlert(message, title="Alert", icon="warning")
message to display in alert window
title of alert window
icon to display in alert window; options are "error", "info", "question", or "warning".
"error"
"info"
"question"
"warning"
Anisa Egeli, Vancouver Island University, Nanaimo BC
getYes
if (FALSE) { local(envir=.PBSmodEnv,expr={ showAlert("Hello World!") }) }
Run the code above in your browser using DataLab