Define table properties such as fixed or autofit layout, table width in the document, eventually column widths.
prop_table(
style = NA_character_,
layout = table_layout(),
width = table_width(),
stylenames = table_stylenames(),
colwidths = table_colwidths(),
tcf = table_conditional_formatting(),
align = "center"
)
table style to be used to format table
layout defined by table_layout()
,
table width in the document defined by table_width()
columns styles defined by table_stylenames()
column widths defined by table_colwidths()
conditional formatting settings defined by table_conditional_formatting()
table alignment (one of left, center or right)
Other functions for table definition:
table_colwidths()
,
table_conditional_formatting()
,
table_layout()
,
table_stylenames()
,
table_width()
# NOT RUN {
prop_table()
to_wml(prop_table())
# }
Run the code above in your browser using DataLab