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