section_columns {officer} | R Documentation |
Section columns
Description
The function creates a representation of the columns of a section.
Usage
section_columns(widths = c(2.5, 2.5), space = 0.25, sep = FALSE)
Arguments
widths |
columns widths in inches. If 3 values, 3 columns will be produced. |
space |
space in inches between columns. |
sep |
if TRUE a line is separating columns. |
See Also
Other functions for section definition:
page_mar()
,
page_size()
,
prop_section()
Examples
section_columns()
[Package officer version 0.6.6 Index]