join: Join elements into a string

View source: R/nlsic.R

joinR Documentation

Join elements into a string

Description

convert elements of vector v (and all following arguments) in strings and join them using sep as separator.

Usage

join(sep, v, ...)

Arguments

sep

A string used as a separator

v

A string vector to be joined

...

other variables to be converted to strings and joined

Value

A joined string

Examples

join(" ", c("Hello", "World"))

nlsic documentation built on July 10, 2023, 2:03 a.m.

Related to join in nlsic...