write.Reporter: Writes objects to document

Description Usage Arguments Value Author(s) See Also

Description

Writes objects to document.

Usage

1
2
## S3 method for class 'Reporter'
write(this, ..., sep="", line=FALSE)

Arguments

...

The object to be written.

sep

Separator between object. Default value is "" (note the difference from cat() and paste().

line

If TRUE, a newline is written at the end, otherwise not.

Value

Returns nothing.

Author(s)

Henrik Bengtsson (http://www.braju.com/R/)

See Also

For more information see Reporter.


HenrikBengtsson/R.io documentation built on May 6, 2019, 11:54 p.m.