View source: R/properties-row-col.R
| row_height | R Documentation |
Numeric heights are scaled to 1 and treated as proportions of the table height
in HTML, or of the text height (\textheight) in LaTeX. Character
row heights must be valid CSS or LaTeX dimensions.
row_height(ht)
row_height(ht) <- value
set_row_height(ht, row, value)
ht |
A huxtable. |
value |
Numeric or character vector. Set to |
row |
A row specifier. See rowspecs for details. |
row_height() returns the row_height property.
set_row_height() returns the modified huxtable.
col_width(), height(), width()
Other table measurements:
col_width(),
height(),
width()
row_height(jams) <- c(.4, .2, .2, .2)
row_height(jams)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.