ConcatItems: Concatenate items of a vector, optionally quoting each.

Description Usage Arguments Value

View source: R/utils_strings.R

Description

Concatenate items of a vector, optionally quoting each.

Usage

1
ConcatItems(x, quote = "'", collapse = ", ", max.output = Inf)

Arguments

x

(atomic vector) an atomic vector, coerced to character.

quote

(string) a quote character to use.

collapse

(string) string to use for collapsing the components of 'x'.

max.output

(integer) maximum number of items of 'x' to output.

Value

A string.


google/GeoexperimentsResearch documentation built on May 17, 2019, 7:42 a.m.