p: shortcut for paste0()

pR Documentation

shortcut for paste0()

Description

shortcut for paste0()

Usage

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

Arguments

...

Arguments passed on to base::paste

sep

a character string to separate the terms. Not NA_character_.

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).


Roleren/uORFomePipe documentation built on Jan. 14, 2024, 5:11 a.m.