Returns TRUE/FALSE if the R session is running within RStudio or not.
is.RStudio(...)
... | none are available. |
---|
Returns TRUE/FALSE if the R session is running within RStudio or not.
This function is used in order to check if a GUI can be added to the session or not.
if (FALSE) { is.RStudio() }