R/is.RStudio.R

Defines functions is.RStudio

# used by the 'View_obs' function
is.RStudio <- 
function()
{
  Sys.getenv("RSTUDIO") == "1"
}

Try the observer package in your browser

Any scripts or data that you put into this service are public.

observer documentation built on May 1, 2019, 8:04 p.m.