Returns TRUE/FALSE if the R session is running within Rgui or not.

is.Rgui(...)

Arguments

...

none are available.

Value

Returns TRUE/FALSE if the R session is running within Rgui or not.

Details

This function is used in order to check if a GUI can be added to the session or not.

See also

Examples

if (FALSE) { is.Rgui() }