wrap | R Documentation |
Wraps vector elements with string provided in wrap
argument.
wrap(x, wrap = "\"")
x |
a vector to wrap |
wrap |
a string to wrap around vector elements |
a string with wrapped elements
Aleksandar Blagotic
This function was moved from rapport
package: https://rapporter.github.io/rapport/.
## Not run: wrap('foobar') wrap(c('fee', 'fi', 'foo', 'fam'), '_') ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.