Learn R Programming

mcprogress (version 0.1.1)

cat_parallel: Versions of cat() and message() for parallel processing

Description

Prints messages to the console using echo during to enable messages to be printed during parallel processing. Text is only printed if the Rstudio environment is detected.

Usage

cat_parallel(...)

message_parallel(...)

Value

Prints a message to the console. cat_parallel() uses no line feed, while message_parallel() always adds a newline.

Arguments

...

zero or more objects which can be coerced to character and which are pasted together.