is.RStudio: Checks if the R session is running within RStudio

View source: R/is.x.R

is.RStudioR Documentation

Checks if the R session is running within RStudio

Description

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

Usage

is.RStudio(...)

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 RStudio or not.

Examples

## Not run: 
is.RStudio() 

## End(Not run)

installr documentation built on Nov. 13, 2022, 1:06 a.m.