Rdocumentation
powered by
Learn R Programming
rapport (version 0.51)
catn: Concatenate with newline
Description
A simple wrapper for
cat
function that appends newline to output.
Usage
catn(...)
Arguments
...
arguments to be passed to
cat
function
Value
None (invisible
NULL
).