wrap: Wrap Vector Elements

Description Usage Arguments Value Author(s) References Examples

Description

Wraps vector elements with string provided in wrap argument.

Usage

1
wrap(x, wrap = "\"")

Arguments

x

a vector to wrap

wrap

a string to wrap around vector elements

Value

a string with wrapped elements

Author(s)

Aleksandar Blagotic

References

This function was moved from rapport package: http://rapport-package.info.

Examples

1
2
3
4
5
## Not run: 
wrap('foobar')
wrap(c('fee', 'fi', 'foo', 'fam'), '_')

## End(Not run)

huashan/pander documentation built on May 17, 2019, 9:10 p.m.