The function creates a representation of the columns of a section.
section_columns(widths = c(2.5, 2.5), space = 0.25, sep = FALSE)
columns widths in inches. If 3 values, 3 columns will be produced.
space in inches between columns.
if TRUE a line is separating columns.
Other functions for section definition:
page_mar()
,
page_size()
,
prop_section()
section_columns()
#> $widths
#> [1] 2.5 2.5
#>
#> $space
#> [1] 0.25
#>
#> $sep
#> [1] FALSE
#>
#> attr(,"class")
#> [1] "section_columns"