R/utils.R

Defines functions rop_stop

# Specific Version of Stop for roperators
rop_stop <- function(...){
  stop("roperators: \n ", ...,
       call. = FALSE)
}

Try the roperators package in your browser

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

roperators documentation built on July 26, 2023, 5:27 p.m.