powered by
Same as cat2(sprintf(fmt, ...))
cat2(sprintf(fmt, ...))
Warning: this function is deprecated and should no longer be used. The function is guaranteed to be available as part of the package until the end of 2023 but might removed at any time after 31.12.2023.
catfn( fmt, ..., end = "\n", file = "", sep = " ", fill = FALSE, labels = NULL, append = FALSE )
No return value, called for side effects
passed on to base::sprintf()
base::sprintf()
passed on to cat2()
cat2()
passed on to cat2() (which passes it on to base::cat())
base::cat()
catfn("A%dB%sC", 2, "asdf") # prints "A2BasdfC\n"
Run the code above in your browser using DataLab