clps: Wrapper Around Paste to Collapse a Character Vector

Description Usage Arguments See Also

View source: R/helpers.R

Description

Wrapper Around Paste to Collapse a Character Vector

Usage

1
clps(collapse = " ", ..., sep = " ")

Arguments

collapse

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

...

Arguments passed on to base::paste

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

sep

a character string to separate the terms. Not NA_character_.

See Also

base::paste()


hplieninger/ItemResponseTrees documentation built on Nov. 13, 2020, 12:17 p.m.