R/is_rstudio.R

Defines functions is_rstudio

is_rstudio <- function(){
  Sys.getenv("RSTUDIO") == "1"
}

Try the rworkflows package in your browser

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

rworkflows documentation built on May 29, 2024, 2:37 a.m.