powered by
Table position may be "left", "right" or "center". If you want text to wrap around the table, use "wrapleft" or "wrapright".
position(ht)position(ht) <- valueset_position(ht, value)
position(ht) <- value
set_position(ht, value)
property() returns the property value(s). set_property() and map_property() return the modified huxtable.
property()
set_property()
map_property()
A huxtable.
String. "left", "center", "right", "wrapleft" or "wrapright". Set to NA to reset to the default, which is "center".
NA
"center"
"wrapleft" and "wrapright" position the table to the left or right, and allow text to wrap around the table.
"wrapleft"
"wrapright"
set_position(jams, "left") set_position(jams, "right") set_position(jams, "center")
Run the code above in your browser using DataLab