showAlert: Display a Message in an Alert Window

View source: R/projectFuns.r

showAlertR Documentation

Display a Message in an Alert Window

Description

Display an alert window that contains a specified message and an OK button for dismissing the window.

Usage

showAlert(message, title="Alert", icon="warning")

Arguments

message

message to display in alert window

title

title of alert window

icon

icon to display in alert window; options are "error", "info", "question", or "warning".

Author(s)

Anisa Egeli, Vancouver Island University, Nanaimo BC

See Also

getYes

Examples

## Not run: 
local(envir=.PBSmodEnv,expr={
  showAlert("Hello World!")
})

## End(Not run)

PBSmodelling documentation built on Nov. 9, 2023, 5:07 p.m.