Output R object using function cat.
catReport(
x,
task,
type,
ext = "txt",
subdir = NULL,
dirCreate = TRUE,
sep = "\n",
eof = "\n",
...
)
the file name invisibly.
R object to output.
Object of class D4TAlinkTask
, as created by initTask
.
Filename type. If the type is an array, the cocatenation of the elements is used with separator"-". Filenames have the form [task name]_[type].[ext]
Filename extension.
(optional) Subdirectory.
Logical, if TRUE (by default) the directory is created.
separator
EOF
R objects (see ‘Details’ for the types of objects allowed).