cat: modified version of cat for relax

Description Usage Arguments Details Value See Also Examples

Description

Output of objects, see help of base::cat

Usage

1
cat(..., file = "", sep = " ", fill = FALSE, labels = NULL, append = FALSE)

Arguments

...

further arguments

file

file name

sep

separator

fill

for controlling line breaks

labels

to label lines printed

append

to append infos to a file

Details

see help of cat (package base)

Value

invisible NULL

See Also

cat

Examples

1
##

relax documentation built on May 30, 2017, 6:30 a.m.

Related to cat in relax...