catn: Concatenate, print and line break
Description
Object output in the same way as the function cat but adding
a line break at the end.
Usage
catn(..., file = "", sep = " ", fill = FALSE, labels = NULL, append = FALSE)
Value
None (invisible NULL
).
Arguments
- ...
see cat.
- file
see cat.
- sep
see cat.
- fill
see cat.
- labels
see cat.
- append
see cat.