print.PrintStream: Writes a string (or any object) to the output stream

Description Usage Arguments Value Author(s) See Also

Description

Writes a string or any object, by calling its as.character() method, to the output stream.

Usage

1
2
## S3 method for class 'PrintStream'
print(x, s=NULL, ...)

Arguments

s

A string or object to be written.

Value

Returns nothing.

Author(s)

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

See Also

For more information see PrintStream.


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