sink.file {StabPerf}R Documentation

Permanently sinks output to a log file.

Description

Intended to sinking output of remotely executed jobs that have no attached console

Usage

sink.file()

Details

File name depends on hostname and process ID (See Sys.info) and is placed in the log directory under the edaprakt.tmpdir. This function is called directly on SNOW cluster nodes, i.e. it is not a package function, even if it is exported in the NAMESPACE.

See Also

sink, options, Sys.getpid, Sys.info


[Package StabPerf version 0.5 Index]