R/is.inca.R

Defines functions is.inca

Documented in is.inca

#' Are we running on INCA?
#' @return TRUE if we are running on INCA, FALSE otherwise
#' @export
#' @examples 
#' is.inca()
is.inca <- function() unname(Sys.info()["nodename"] == "EXT-R27-PROD")

Try the rccmisc package in your browser

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

rccmisc documentation built on May 2, 2019, 2:48 p.m.