powered by
Wraps vector elements with string provided in wrap argument.
wrap
wrap(x, wrap = "\"")
a vector to wrap
a string to wrap around vector elements
a string with wrapped elements
This function was moved from rapport package: https://rapporter.github.io/rapport/.
rapport
# NOT RUN { wrap('foobar') wrap(c('fee', 'fi', 'foo', 'fam'), '_') # }
Run the code above in your browser using DataLab