flat_text {DEXiR}R Documentation

flat_text

Description

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

Usage

flat_text(value)

Arguments

value

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

Value

character(1).


[Package DEXiR version 1.0.2 Index]