rt_str_collapse: See example

View source: R/string_manipulation.R

rt_str_collapseR Documentation

See example

Description

See example

Usage

rt_str_collapse(.x, .surround, .separate)

Arguments

.x

a vector of string values

.surround

string to surround each string in the vector

.separate

string to separate each string in the vector

Examples


rt_str_collapse("example", "'", " + ")
rt_str_collapse(c("example", "example2"), "'", " + ")


shane-kercheval/rtools documentation built on July 7, 2022, 8:31 a.m.