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

latex_float

Set the position of the table float in LaTeX


Description

Possible values include:

  • "h": here

  • "h!" definitely here

  • "t" top of page

  • "ht" here or at top of page

  • "b" bottom of page

  • "p" page of floats

Usage

latex_float(ht)
latex_float(ht) <- value
set_latex_float(ht, value)

Arguments

ht

A huxtable.

value

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

Details

See LaTeX documentation for more details.

Value

latex_float() returns the latex_float property. set_latex_float() returns the modified huxtable.

Examples

latex_float(jams) <-  "b"
latex_float(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.