message {base} R Documentation

Diagnostic Messages

Description


Generate a diagnostic message from its arguments.

Usage

message(...,
    domain = NULL,
    appendLF = TRUE);

Arguments

x

zero or more objects which can be coerced to character (and which are pasted together with no separator) or (for message only) a single condition object. [as list]

Details

Authors

SMRUCC genomics Institute

Value

This function has no value returns.

Examples


[Package base version 2.33.856.6961 Index]