Learn R Programming

resample (version 0.6)

cat0: Front end to cat

Description

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

Usage

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

Arguments

R objects, like for cat

Value

None (invisible NULL).

Details

cat0 and cat0n call cat with sep = "". catn and cat0n print a final newline).

See Also

cat, paste0.

Examples

Run this code
# NOT RUN {
cat("Print this")
# That printed without a final newline.
catn("Print this")
cat0n("10,", "000")
# }

Run the code above in your browser using DataLab