warn: Throw a Warning

View source: R/internals.R

warnR Documentation

Throw a Warning

Description

Throws a condition of class c("document", "warning", "condition").

Usage

warn(message_string, system_call = sys.call(-1), ...)

Arguments

message_string

The message to be thrown.

system_call

The call to be thrown.

...

Arguments to be passed to structure.

Details

We use this condition as a warning dedicated to document.

Value

The condition.


document documentation built on July 9, 2023, 5:22 p.m.