flush.TextStatusBar {R.utils} | R Documentation |
Flushes the output.
## S3 method for class 'TextStatusBar': flush(con, ...)
... |
Arguments passed to cat (). |
All this methods does is to call flush.console
, which
flushes the output to the console.
Returns nothing.
Henrik Bengtsson (http://www.braju.com/R/)
flush.console
.
For more information see TextStatusBar
.