Learn R Programming

svMisc (version 0.9-70)

isRgui: Is Rgui.exe (under Windows) running?

Description

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

Usage

isRgui()

Arguments

Value

TRUE if the R UI is Rgui.exe, FALSE otherwise.

See Also

isSDI, isWin, isJGR

Examples

Run this code
isRgui()

Run the code above in your browser using DataLab