stopf {utilitiesR}R Documentation

throw a formated error Essentially calls stop(sprintf(...))

Description

throw a formated error Essentially calls stop(sprintf(...))

Usage

  stopf(..., call. = TRUE, domain = NULL)

Arguments

...

arguments to sprintf

call.

logical, indicating if call should become part of the error message (see stop)

domain

see stop See stop for the explanation of the other parameters.

See Also

stop, sprintf

Other debug: printf, tryCatch.W.E, verbosePrint, warningf


[Package utilitiesR version 2.0 Index]