Learn R Programming

svMisc (version 0.9-46)

isAqua: Is R running with the AQUA GUI?

Description

Determine if the R UI is AQUA, the standard R GUI under Macintosh. This function can also be used under other platforms, but it will always return FALSE.

Usage

isAqua()

Arguments

Value

  • TRUE if the R UI is AQUA, FALSE otherwise.

See Also

isMac, isRgui

Examples

Run this code
isAqua()

Run the code above in your browser using DataLab