messagef {BBmisc} | R Documentation |
Wrapper for message and sprintf.
Description
A simple wrapper for message(sprintf(...))
.
Usage
messagef(..., .newline = TRUE)
Arguments
... |
[any] |
.newline |
[logical(1)] |
Value
Nothing.
Examples
msg = "a message"
warningf("this is %s", msg)
[Package BBmisc version 1.13 Index]