R/stop2.R

Defines functions stop2

# identical to stop(), but these strings should not be translated
stop2 <- function(..., call. = TRUE, domain = NA) {
  stop(..., call. = call., domain = domain)
}
vandenman/JASPgraphs documentation built on Dec. 16, 2021, 5:37 p.m.