
Wraps text in a character matrix so, that it's displayed over more than one line.
ColumnWrap(x, width = NULL)
a character matrix
the matrix with one row
integer, the width of the columns in characters
Andri Signorell andri@signorell.net
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.