cat_parallel {mcprogress}R Documentation

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(...)

Arguments

...

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

Value

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


[Package mcprogress version 0.1.1 Index]