| cat0 {resample} | R Documentation |
Front end to cat
Description
Call cat, with sep="" and/or newline at end.
Usage
cat0(...)
cat0n(...)
catn(...)
Arguments
... |
R objects, like for |
Details
cat0 and cat0n call cat with sep = "".
catn and cat0n print a final newline).
Value
None (invisible NULL).
Author(s)
Tim Hesterberg timhesterberg@gmail.com,
https://www.timhesterberg.net/bootstrap-and-resampling
See Also
Examples
cat("Print this")
# That printed without a final newline.
catn("Print this")
cat0n("10,", "000")
[Package resample version 0.6 Index]