R.utils (version 2.12.3)

flush.TextStatusBar: Flushes the output

Description

Flushes the output.

Usage

# S3 method for TextStatusBar
flush(con, ...)

Value

Returns nothing.

Arguments

...

Arguments passed to cat().

Author

Henrik Bengtsson

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.