Learn R Programming

TAF (version 4.2.0)

msg: Show Message

Description

Show a message, as well as the current time.

Usage

msg(...)

Value

No return value, called for side effects.

Arguments

...

passed to message.

See Also

message is the base function to show messages, without the current time.

source.taf reports progress using msg.

TAF-package gives an overview of the package.

Examples

Run this code
# \donttest{
msg("script.R running...")
# }

Run the code above in your browser using DataLab