catn {Ease} | R Documentation |
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)
Arguments
... |
see cat. |
file |
see cat. |
sep |
see cat. |
fill |
see cat. |
labels |
see cat. |
append |
see cat. |
Details
See cat.
Value
None (invisible NULL
).
Author(s)
Ehouarn Le Faou
[Package Ease version 0.1.2 Index]