conc: Concatenates multiple strings

Description Usage Arguments Value Warning

View source: R/helpers.R

Description

Internal function with an opinionated default behavior to concatenate character values.

Usage

1
conc(x, y = ",", decr = FALSE, unique = TRUE)

Arguments

x

A single character vector to concatenate together.

y

By default a , string used to define the character to collapse the x parameter.

decr

Optional logical parameter that defines the sorting order, by default set to FALSE, which results in an alphabetical order.

unique

Optional logical parameter to concatenate only unique values, by default set to TRUE

Value

Returns a single character string.

Warning

Internal function


JirAgileR documentation built on June 8, 2021, 9:06 a.m.