Text wrapping only works when the table width() has been set. In
particular, if you want to insert newlines in cells, then you should
set a value for width() and set wrap to TRUE.
Usage
wrap(ht)
wrap(ht) <- value
set_wrap(ht, row, col, value )
map_wrap(ht, row, col, fn)
Value
wrap() returns the wrap property.
set_wrap() returns the modified huxtable.
Arguments
ht
A huxtable.
row
A row specifier. See rowspecs for details.
col
An optional column specifier.
fn
A mapping function. See mapping-functions for details.