paste0: Backport of paste0 for R < 4.0.1

Description Usage Examples

View source: R/paste0.R

Description

See the original description in base::paste0.

Usage

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

Examples

1
2
3
4
# 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)

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