mcstop {mcprogress}R Documentation

Stop and print error message during parallel processing

Description

mcstop() is a multicore version of stop() which prints to the console using 'echo' during parallel commands such as mclapply(), to allow error messages to be more visible.

Usage

mcstop(...)

Arguments

...

Objects coerced to character and pasted together and printed to the console using echo.

Value

Prints an error message.


[Package mcprogress version 0.1.1 Index]