Rdocumentation
powered by
Learn R Programming
R.utils (version 2.3.0)
flush.TextStatusBar: Flushes the output
Description
Flushes the output.
Usage
"flush"(con, ...)
Arguments
...
Arguments passed to
cat
().
Value
Returns nothing.
Details
All this methods does is to call
flush.console
, which flushes the output to the console.
See Also
flush.console
. For more information see
TextStatusBar
.