latex_float {huxtable}R Documentation

Set the position of the table float in LaTeX

Description

Possible values include:

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)

[Package huxtable version 5.5.6 Index]