Learn R Programming

pander (version 0.3.1)

wrap: Wrap Vector Elements

Description

Wraps vector elements with string provided in wrap argument.

Usage

wrap(x, wrap = """)

Arguments

x
a vector to wrap
wrap
a string to wrap around vector elements

Value

  • a string with wrapped elements

References

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

Examples

Run this code
wrap("foobar")
wrap(c("fee", "fi", "foo", "fam"), "_")

Run the code above in your browser using DataLab