vec_unite: Unite parallel vectors of strings into a combined single...

View source: R/utils.R

vec_uniteR Documentation

Unite parallel vectors of strings into a combined single vector

Description

Unite parallel vectors of strings into a combined single vector

Usage

vec_unite(..., sep = ", ", na.rm = TRUE, na.empty = TRUE)

Arguments

...

Vectors of strings to combine.

sep

Used sep for combining elements.

na.rm

Remove NA values before combining.

na.empty

Treat empty ("") values as NA.

Value

A vector of combined strings.


steveneschrich/pgreportr documentation built on Jan. 13, 2025, 7:09 p.m.