condition: Condition Constructor

View source: R/errors.R

conditionR Documentation

Condition Constructor

Description

Constructs a condition for custom errors.

Usage

condition(subclass, message, call = sys.call(-1), ...)

Arguments

subclass

String giving the specific error.

message

String giving the user message.

call

Environment object.

...

Other arguments for the output structure.

Value

A condition structure.


matdoering/openPrimeR documentation built on July 4, 2025, 3:59 a.m.