Learn R Programming

svMisc (version 0.9-68)

isAqua: Is R running with the AQUA GUI (R.app or R64.app)?

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.

concept

OS system platform

See Also

isMac, isRgui, isJGR

Examples

Run this code
isAqua()

Run the code above in your browser using DataLab