powered by
strvec is a utility function which collapses all elements of a vector into a character scalar.
strvec
strvec(x = NULL)
A string of characters.
A character scalar consisting of all the elements of x separated by a single white space.
x
# NOT RUN { strvec(letters[1:10]) strvec(1:10) # }
Run the code above in your browser using DataLab