Learn R Programming

winch (version 0.0.8)

winch_stop: 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

winch_call()

Examples

Run this code
# NOT RUN {
try(winch_stop("Test"))
# }

Run the code above in your browser using DataLab