By default this is "table".
table_environment(ht)
table_environment(ht) <- value
set_table_environment(ht, value)property() returns the property value(s).
set_property() and map_property() return the modified huxtable.
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.
set_table_environment(jams, "table*")
#> Type Price
#> Strawberry 1.90
#> Raspberry 2.10
#> Plum 1.80
#>
#> Column names: Type, Price