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) <- value set_position(ht, value)
position() returns the position property. set_position() returns the modified huxtable.
position()
position
set_position()
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"
position(jams) <- "right" position(jams) set_position(jams, "left") set_position(jams, "right") set_position(jams, "center")
Run the code above in your browser using DataLab