Learn R Programming

officer (version 0.3.9)

prop_table: Table properties

Description

Define table properties such as fixed or autofit layout, table width in the document, eventually column widths.

Usage

prop_table(
  style = "table_template",
  layout = table_layout(),
  width = table_width(),
  colwidths = table_colwidths(),
  tcf = table_conditional_formatting()
)

Arguments

style

table style to be used to format table

layout

layout defined by table_layout(),

width

table width in the document defined by table_width()

colwidths

column widths defined by table_colwidths()

tcf

conditional formatting settings defined by table_conditional_formatting()

See Also

Other functions for table definition: table_colwidths(), table_conditional_formatting(), table_layout(), table_width()

Examples

Run this code
# NOT RUN {
prop_table()
# }

Run the code above in your browser using DataLab