paste: Backport of paste for R < 4.0.1

View source: R/paste.R

pasteR Documentation

Backport of paste for R < 4.0.1

Description

See the original description in base::paste.

Usage

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

Examples

# 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 June 24, 2024, 5:24 p.m.