Learn R Programming

DEXiR (version 1.0.2)

flat_text: flat_text

Description

"Flatten" the function argument using c(value), concatenate the elements and separate them by a single space.

Usage

flat_text(value)

Value

character(1).

Arguments

value

Any object that can occur as an argument of c() and as.character().