cat: modified version of cat for relax
Description
Output of objects, see help of base::cat
Usage
cat(..., file = "", sep = " ", fill = FALSE, labels = NULL, append = FALSE)
Arguments
fill
for controlling line breaks
labels
to label lines printed
append
to append infos to a file
Details
see help of cat (package base)