join {nlsic} | R Documentation |
Join elements into a string
Description
convert elements of vector v (and all following arguments) in strings and join them using sep as separator.
Usage
join(sep, v, ...)
Arguments
sep |
A string used as a separator |
v |
A string vector to be joined |
... |
other variables to be converted to strings and joined |
Value
A joined string
Examples
join(" ", c("Hello", "World"))
[Package nlsic version 1.0.4 Index]