dc.WriteLine {BTYD} | R Documentation |
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();
[Package BTYD version 2.4.3 Index]