sink.Job: Sinks job output

Description Usage Arguments Value Author(s) See Also

Description

Sinks job output.

Usage

1
2
## S3 method for class 'Job'
sink(this, output=TRUE, message=TRUE, split=TRUE, path=getOutputPath(this), ...)

Arguments

output

If TRUE, standard output is sinked, otherwise not.

message

If TRUE, standard error is sinked, otherwise not. Currently ignored!

split

If TRUE, output will be sent to the sink and to the current output stream. The standard error cannot be split.

path

Path (directory) for the sink file. If NULL, the current (job) directory is used.

...

Not used.

Value

Returns nothing.

Author(s)

Henrik Bengtsson (http://www.braju.com/R/)

See Also

*isSinked() and *unsink(). For more information see Job.


R.batch documentation built on May 2, 2019, 4:58 p.m.