warning {base} R Documentation

Warning Messages

Description


Generates a warning message that corresponds to
its argument(s) and (optionally) the expression
or function from which it was called.

Usage

warning(message);

Arguments

message

zero Or more objects which can be coerced to character (And which are pasted together with no separator) Or a single condition object.

envir

[as Environment]

Details

Create a new wraning message in current environment frame

Authors

SMRUCC genomics Institute

Value

The warning message as character string, invisibly.

clr value class

Examples


[Package base version 2.33.856.6961 Index]