winch_stop {winch} | R Documentation |
Raise an error from native code
Description
Primarily intended for testing.
Usage
winch_stop(message)
Arguments
message |
The error message. |
Value
This function throws an error and does not return.
See Also
Examples
try(winch_stop("Test"))
[Package winch version 0.1.1 Index]