huxtable (version 4.5.0)

height: Table height

Description

Functions to get or set the table-level table height property of a huxtable.

Usage

height(ht)
height(ht) <- value
set_height(ht, value)

Arguments

ht

A huxtable.

value

A length-one vector. If numeric, it is treated as a proportion of the containing block height for HTML, or of text height (\textheight) for LaTeX. If character, it must be a valid CSS or LaTeX width. Set to NA to reset to the default, which is NA.

Value

For height, the height property. For set_height, the modified huxtable.

See Also

Other table measurements: width

Examples

Run this code
# NOT RUN {
height(jams) <-  0.4
height(jams)

# }

Run the code above in your browser using DataCamp Workspace