View source: R/properties-table.R
| width | R Documentation |
width() sets the width of the entire table, while col_width() sets the
width of individual columns. A numeric width is treated as a proportion of
f the surrounding block width (HTML) or text width (LaTeX). A character width
must be a valid CSS or LaTeX dimension.
width(ht)
width(ht) <- value
set_width(ht, value)
ht |
A huxtable. |
value |
A number or string. Set to |
property() returns the property value(s).
set_property() and map_property() return the modified huxtable.
Other table measurements:
col_width(),
height(),
row_height()
set_width(jams, 0.8)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.