| table_environment {huxtable} | R Documentation |
By default this is "table".
table_environment(ht) table_environment(ht) <- value set_table_environment(ht, value)
ht |
A huxtable. |
value |
A string. Set to |
No features are guaranteed to work if you set this to a non-default
value. Use at your own risk! In particular, you may need to set
latex_float() to a non-default value.
If position() is set to "wrapleft" or "wrapright", this
value is overridden.
table_environment() returns the table_environment property.
set_table_environment() returns the modified huxtable.
table_environment(jams) <- "table*" table_environment(jams)