cat0: cat() with sep = ""

View source: R/utils.R

cat0R 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.


adaptr documentation built on May 29, 2024, 7:48 a.m.