announce {odfWeave}R Documentation

cat and flush console

Description

This function is a wrapper for cat with an immediate flush of the console

Usage

announce(verbose = TRUE, ...)

Arguments

verbose

a logical for printing

...

arguments passed to cat

Value

NULL, invisibly

Author(s)

Nathan Coulter

Examples

announce()
announce(FALSE, "this will not be printed")
announce(TRUE, "but this will be")


[Package odfWeave version 0.8.4 Index]