log {console} R Documentation

Writes the specified string value to the standard output stream.

Description

Usage

log(message,
    fore.color = NULL,
    back.color = NULL);

Arguments

message

The message text value to write.

fore.color

sets the foreground color of the console. [as ConsoleColor]

back.color

sets the background color of the console. [as ConsoleColor]

Details

Authors

SMRUCC genomics

Value

The message text value

clr value class

Examples


[Package console version 6.0.0.3654 Index]