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 Dec. 28, 2022, 2:10 a.m.