catf {BBmisc} | R Documentation |
Wrapper for cat and sprintf.
Description
A simple wrapper for cat(sprintf(...))
.
Usage
catf(..., file = "", append = FALSE, newline = TRUE)
Arguments
... |
[any] |
file |
[ |
append |
[ |
newline |
[ |
Value
Nothing.
Examples
msg = "a message."
catf("This is %s", msg)
[Package BBmisc version 1.13 Index]