paste0: Backport of paste0 for R < 4.0.1

View source: R/paste0.R

paste0R Documentation

Backport of paste0 for R < 4.0.1

Description

See the original description in base::paste0.

Usage

paste0(..., collapse = NULL, recycle0 = FALSE)

Examples

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

mllg/backports documentation built on March 15, 2023, 8:07 p.m.