catf | R Documentation |
Same as cat(sprintf(fmt, ...))
catf(fmt, ..., file = "", append = FALSE, fill = FALSE, labels = NULL)
fmt |
A character vector of format strings, each of up to 8192 bytes. |
... |
Up to 100 values to be passed into |
file |
A connection, or a character string naming the file to print to. If |
append |
logical. Only used if the argument |
fill |
a logical or (positive) numeric controlling how the output is broken into successive lines. If |
labels |
character vector of labels for the lines printed. Ignored if |
No return value, called for side effects
catf("A%dB%sC", 2, "asdf") # prints "A2BasdfC"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.