Functions for Formatted Output and Conditions
catf(), messagef(), warningf() and stopf() are wrappers around base::cat(),
base::message(), base::warning() and base::stop(), respectively.
The call is not included for warnings and errors.
catf(msg, ..., file = "", wrap = FALSE) messagef(msg, ..., wrap = FALSE) warningf(msg, ..., wrap = FALSE) stopf(msg, ..., wrap = FALSE)
msg |
( |
... |
( |
file |
( |
wrap |
( |
messagef("
This is a rather long %s
on multiple lines
which will get wrapped.
", "string", wrap = 15)Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.