sinkCoCo {CoCoRaw} | R Documentation |
Diverts CoCo output to a file.
sinkCoCo(file.name = "Diary.tmp", type = "diary", object = .current.coco)
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 . |
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.
The text string with the file name.
Jens Henrik Badsberg
Badsberg, J.H.: A guide to CoCo, JSS, 2001 ( http://www.jstatsoft.org/v06/i04/ ) and Badsberg, J.H.: Xlisp+CoCo, Aalborg University, 1996.
showOptions
and optionsCoCo
.