Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

tabular_environment

Set the table's tabular environment in LaTeX


Description

By default this is either "tabular" or "tabularx".

Usage

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

Arguments

ht

A huxtable.

value

A string. Set to NA to reset to the default, which is "NA".

Details

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

Value

tabular_environment() returns the tabular_environment property. set_tabular_environment() returns the modified huxtable.

Examples

tabular_environment(jams) <-  "longtable"
tabular_environment(jams)

huxtable

Easily Create and Style Tables for LaTeX, HTML and Other Formats

v5.3.0
MIT + file LICENSE
Authors
David Hugh-Jones [aut, cre]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.