sinkCoCo {CoCoRaw}R Documentation

Direct output to a file

Description

Diverts CoCo output to a file.

Usage

sinkCoCo(file.name = "Diary.tmp", type = "diary", object = .current.coco)

Arguments

file.name A character string naming the file to write to. To return the file name set the file.name to "what".
type Textstring with "output", "log", "diary", "report", or "dump".
object See exportCoCo.

Details

The output from CoCo to standard output consists of "output" form the procedures and echo, "log", from the parser. Both parts can be copied to the "diary". Number of cycles in iterative algorithmes and simular are reported in "report". Some output, from e.g. returnTable, can be written to the "dump" file.

Value

The text string with the file name.

Author(s)

Jens Henrik Badsberg

References

Badsberg, J.H.: A guide to CoCo, JSS, 2001 ( http://www.jstatsoft.org/v06/i04/ ) and Badsberg, J.H.: Xlisp+CoCo, Aalborg University, 1996.

See Also

showOptions and optionsCoCo.


[Package CoCoRaw version 0.1.6.5 Index]