Set the position of the table float in LaTeX
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
latex_float(ht) latex_float(ht) <- value set_latex_float(ht, value)
ht |
A huxtable. |
value |
A string. Set to |
See LaTeX documentation for more details.
latex_float()
returns the latex_float
property.
set_latex_float()
returns the modified huxtable.
latex_float(jams) <- "b" latex_float(jams)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.