stopf {BBmisc} | R Documentation |
Wrapper for stop and sprintf.
Description
A wrapper for stop
with sprintf
applied to the arguments.
Notable difference is that error messages are not truncated to 1000 characters
by default.
Usage
stopf(..., warning.length = 8170L)
Arguments
... |
[any] |
warning.length |
[ |
Value
Nothing.
Examples
err = "an error."
try(stopf("This is %s", err))
[Package BBmisc version 1.13 Index]