printf {mlr3misc} | R Documentation |
catf()
, messagef()
, warningf()
and stopf()
are wrappers around base::cat()
,
base::message()
, base::warning()
and base::stop()
, respectively.
catf(msg, ..., file = "") messagef(msg, ...) warningf(msg, ...) stopf(msg, ...)
msg |
:: |
... |
:: |
file |
:: |