cat0 {adaptr}R Documentation

cat() with sep = ""

Description

Used internally. Passes everything on to cat() but enforces sep = "". Relates to cat() as paste0() relates to paste().

Usage

cat0(...)

Arguments

...

strings to be concatenated and printed.


[Package adaptr version 1.4.0 Index]