ColumnWrap | R Documentation |
Wraps text in a character matrix so, that it's displayed over more than one line.
ColumnWrap(x, width = NULL)
x |
the matrix with one row |
width |
integer, the width of the columns in characters |
A data.frame containing character columns with long texts is often wrapped
by columns. This can lead to a loss of overview. ColumnWrap()
wraps the
lines within the columns.
a character matrix
Andri Signorell andri@signorell.net
strwrap()
Abstract(d.pizza)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.