println.PrintStream: Writes a string (or any object) followed by a new line to the...

Description Usage Arguments Value Author(s) See Also

Description

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

Usage

1
2
## S3 method for class 'PrintStream'
println(this, x, ...)

Arguments

x

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.