cat0 {resample} | R Documentation |
Call cat, with sep=""
and/or newline at end.
cat0(...)
cat0n(...)
catn(...)
... |
R objects, like for |
cat0
and cat0n
call cat
with sep = ""
.
catn
and cat0n
print a final newline).
None (invisible NULL
).
Tim Hesterberg timhesterberg@gmail.com,
https://www.timhesterberg.net/bootstrap-and-resampling
cat("Print this")
# That printed without a final newline.
catn("Print this")
cat0n("10,", "000")