strvec {optimbase} | R Documentation |
Auto-collapse of Vectors
Description
strvec
is a utility function which collapses all elements of a vector
into a character scalar.
Usage
strvec(x = NULL)
Arguments
x |
A string of characters. |
Value
A character scalar consisting of all the elements of x
separated by a
single white space.
Author(s)
Sebastien Bihorel (sb.pmlab@gmail.com)
Examples
strvec(letters[1:10])
strvec(1:10)
[Package optimbase version 1.0-10 Index]