announce {odfWeave} | R Documentation |
This function is a wrapper for cat
with an immediate flush of the console
announce(verbose = TRUE, ...)
verbose |
a logical for printing |
... |
arguments passed to |
NULL
, invisibly
Nathan Coulter
announce() announce(FALSE, "this will not be printed") announce(TRUE, "but this will be")