Learn R Programming

labelmachine (version 1.0.0)

stringify: Coerce a vector into a character string ('x1', 'x2', ...)

Description

Coerce a vector into a character string ('x1', 'x2', ...)

Usage

stringify(x)

Arguments

x

A vector that should be coerced.

Value

A character string holding the collapsed vector.