isRgui {svMisc}R Documentation

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()

Value

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

Author(s)

Philippe Grosjean <phgrosjean@sciviews.org>

See Also

isSDI, isWin

Examples

isRgui()

[Package svMisc version 0.9-46 Index]