| wrap | R Documentation |
Wrapper for a common
wrap(text, with = "", ...)
text |
Character vector |
with |
Character, string to wrap around each component of |
... |
Additional arguments passed to |
Character vector
wrap(c("text1", "text2"), "'")
wrap(c("text1", "text2"), "'", collapse = ", ")
wrap(c("text1", "text2"), collapse = ", ")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.