abort: Signals an error with default subclass "simChef_error".

View source: R/signals.R

abortR Documentation

Signals an error with default subclass "simChef_error".

Description

Signals an error with default subclass "simChef_error".

Usage

abort(message = NULL, class = "simChef_error", call = rlang::caller_env(), ...)

Arguments

message

Message to include with the condition.

class

Subclass passed to the appropriate rlang signal function.

call

The function environment that is most relevant from the user's perspective. Default is rlang::caller_env(), which gives the environment attached to the function that called this signal function.

...

Additional arguments to pass to the appropriate rlang signal function.


Yu-Group/simChef documentation built on March 25, 2024, 3:22 a.m.