| catf | R Documentation |
Simple wrappers around cat, stop, warning
and sprintf.
catf(fmt, ...)
stopf(fmt, ...)
warnf(fmt, ...)
warningf(fmt, ...)
fmt |
[ |
... |
[any] |
Invisibly returns the return value of the respective function, e.g.
the character warning message in case of warnf.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.