powered by
Call cat, with sep="" and/or newline at end.
sep=""
cat0(...) cat0n(...) catn(...)
R objects, like for cat
cat
None (invisible NULL).
NULL
cat0 and cat0n call cat with sep = "". catn and cat0n print a final newline).
cat0
cat0n
sep = ""
catn
cat, paste0.
paste0
# 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