R/is_ess.R

Defines functions is_ess

Documented in is_ess

#' Checks whether running R via Emacs Spekas Statistics (ESS) or not
#'
#' @return A logical
is_ess <- function() {
  is.element("ESSR", search())
}

Try the startup package in your browser

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

startup documentation built on April 3, 2023, 5:48 p.m.