warn: Produce a warning

View source: R/conditions.R

warnR Documentation

Produce a warning

Description

Produce a warning

Usage

warn(..., call. = FALSE, immediate. = TRUE, domain = NULL)

Arguments

..., domain

The message and optionally the domain used for translation. The ... arguments are passed to base::sprintf to create the message string.

call.

If base::TRUE, the call is included in the warning message, otherwise not.

immediate.

If base::TRUE, the warning is outputted immediately, otherwise not.


startup documentation built on April 3, 2023, 5:48 p.m.