huxtable (version 4.6.0)

tabular_environment: Tabular environment

Description

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

Usage

tabular_environment(ht)
tabular_environment(ht) <- value
set_tabular_environment(ht, value)

Arguments

ht

A huxtable.

value

A length-one character vector. Set to NA to reset to the default, which is "tabularx".

Value

For tabular_environment, the tabular_environment property. For set_tabular_environment, the modified huxtable.

Details

No features are guaranteed to work if you set this to a non-default value. Use at your own risk!

Examples

Run this code
# NOT RUN {
tabular_environment(jams) <-  "longtable"
tabular_environment(jams)

# }

Run the code above in your browser using DataCamp Workspace