str_collapse: Collapse strings into one.

Description Usage Arguments Value Examples

View source: R/str_collapse.R

Description

Collapse strings into one.

Usage

1
str_collapse(.x, .collapse = "")

Arguments

.x

A character vector to collapse.

.collapse

A separator string to be inserted between the elements of .x.

Value

A character vector of length 1.

Examples

1

markusdumke/fluid documentation built on Sept. 24, 2019, 11 p.m.