makeLabel | R Documentation |
makeLabel Convert a vector of numbers of strings into a single label
makeLabel(invect, insep = "_")
invect |
the vector of numbers or strings to be converted into a single string. |
insep |
defaults to '_' but can be any selected character used to separate each value |
a character string containing the invect as a single string.
## Not run:
x <- c(1,2,3,4,5)
makeLabel(x)
makeLabel(x,"-")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.