printf | R Documentation |
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.