conditions {arkhe}R Documentation

Conditions

Description

Usage

throw_error(.subclass, message, call = NULL, ...)

throw_warning(.subclass, message, call = NULL, ...)

catch_message(expr)

catch_conditions(expr)

Arguments

.subclass

A character string specifying the class of the message to be returned.

message

A character string specifying the message to be returned.

call

The call.

...

Extra arguments.

expr

An expression to be evaluated.

Author(s)

N. Frerebeau


[Package arkhe version 1.9.0 Index]