powered by
Writes any number of arguments to the console.
dc.WriteLine(...)
objects to print to the R console.
The code is literally: cat(..., fill=TRUE); flush.console();