Define the preferred width for a table.
table_width(width = 1, unit = "pct")
value of the preferred width of the table.
unit of the width. Possible values are 'in' (inches) and 'pct' (percent)
All widths in a table are considered preferred because widths of columns can conflict and the table layout rules can require a preference to be overridden.
Other functions for table definition:
prop_table()
,
table_colwidths()
,
table_conditional_formatting()
,
table_layout()
,
table_stylenames()