pasteFuns | R Documentation |
paste(str,x) will prepend str to all values of x. use pasteBegin to only paste it to the first value of x.
pasteBegin(x, add, ...)
pasteEnd(x, add, ...)
x |
A vector of strings |
add |
A string to add |
... |
Aditional arguments to 'paste()'. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.