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