Rdocumentation
powered by
Learn R Programming
BTYD (version 2.4)
dc.WriteLine: Write Line
Description
Writes any number of arguments to the console.
Usage
dc.WriteLine(...)
Arguments
...
objects to print to the R console.
Details
The code is literally: cat(..., fill=TRUE); flush.console();