R/utils.r

Defines functions .irreversible

## utils

"%||%" <- function(a, b) if(is.null(a)) b else a

.irreversible <- function(reason)
  stop("Reversal impossible due to ", reason, ".")

Try the plumbr package in your browser

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

plumbr documentation built on May 7, 2022, 1:05 a.m.