latex.paste | R Documentation |
Create a string comprised of each element in the vector with an ampersand in between
latex.paste(vec)
vec |
A vector of strings |
A string comprised of each element in the vector with an ampersand in between. The string will have one leading and one trailing space
latex.paste(c("a", "b", "c"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.