cat0: Front end to cat

View source: R/cat0.R

cat0R Documentation

Front end to cat

Description

Call cat, with sep="" and/or newline at end.

Usage

cat0(...)
cat0n(...)
catn(...)

Arguments

...

R objects, like for cat

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

cat, paste0.

Examples

cat("Print this")
# That printed without a final newline.
catn("Print this")
cat0n("10,", "000")

resample documentation built on June 13, 2022, 5:08 p.m.