Wraps vector elements with string provided in wrap argument.
wrap(x, wrap = "\"")a string with wrapped elements
This function was moved from rapport package: https://rapporter.github.io/rapport/.
if (FALSE) { # \dontrun{
wrap('foobar')
wrap(c('fee', 'fi', 'foo', 'fam'), '_')
} # }