R/utils,po.R

Defines functions warnf stopf

stopf <- function(fmt, ..., call. = TRUE, domain = NULL) {  #nolint
  stop(gettextf(fmt, ...), call. = call., domain = domain)
}

warnf <- function(fmt, ..., call. = TRUE, domain = NULL) {  #nolint
  warning(gettextf(fmt, ...), call. = call., domain = domain)
}

Try the listenv package in your browser

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

listenv documentation built on May 29, 2024, 5:46 a.m.