print.HtmlPrintStream: Concatenates the input arguments into a string that is...

Description Usage Arguments Value Author(s) See Also

Description

Concatenates the input arguments into a string that is printed to the connected output stream.

Usage

1
2
## S3 method for class 'HtmlPrintStream'
print(x, ..., sep="", collapse="", escape=FALSE)

Arguments

...

Objects that should be printed to the stream.

sep

The character string that seperates the concatenated arguments.

collapse

The character string that seperates elements in vector arguments.

escape

If TRUE, the concatenated string is escape before printed, otherwise not.

Value

Returns nothing.

Author(s)

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

See Also

*println().


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