Learn R Programming

matR (version 0.9.1)

collapse: Collapse character vectors to a single string

Description

Collapse one or more character vectors to a single string, with an optional separator.

Usage

collapse(x, ..., sep=" ")

Arguments

x

a character vector

more character vectors

sep

a separator (character)

Value

Internal and undocumented at present.

Details

Internal and undocumented at present.