p0: paste0 but concise

View source: R/string.R

p0R Documentation

paste0 but concise

Description

paste0 but concise

Usage

p0(..., collapse = "", recycle0 = FALSE)

Arguments

...

one or more R objects, to be converted to character vectors.

collapse

an optional character string to separate the results. Not NA_character_.

recycle0

logical indicating if zero-length character arguments should lead to the zero-length character(0) after the sep-phase (which turns into "" in the collapse-phase, i.e., when collapse is not NULL).


D-Se/ergo documentation built on May 24, 2022, 5:20 p.m.