paste: Backport of paste for R < 4.0.1

Description Usage Examples

View source: R/paste.R

Description

See the original description in base::paste.

Usage

1
paste(..., sep = " ", collapse = NULL, recycle0 = FALSE)

Examples

1
2
3
4
# get function from namespace instead of possibly getting
# implementation shipped with recent R versions:
bp_paste = getFromNamespace("paste", "backports")
bp_paste(letters[1:3], character(), collapse = NULL, recycle0 = TRUE)

backports documentation built on Dec. 13, 2021, 5:08 p.m.