is.Rgui: Checks if the R session is running within Rgui (Windows OS)

View source: R/is.x.R

is.RguiR Documentation

Checks if the R session is running within Rgui (Windows OS)

Description

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

Usage

is.Rgui(...)

Arguments

...

none are available.

Details

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

Value

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

See Also

is.RStudio, is.windows

Examples

## Not run: 
is.Rgui() 

## End(Not run)

talgalili/installr documentation built on Feb. 19, 2024, 1:22 p.m.