The function creates a representation of the dimensions of a page. The dimensions are defined by length, width and orientation. If the orientation is in landscape mode then the length becomes the width and the width becomes the length.
page_size(width = 21/2.54, height = 29.7/2.54, orient = "portrait")
page width, page height (in inches).
page orientation, either 'landscape', either 'portrait'.
Other functions for section definition:
page_mar()
,
prop_section()
,
section_columns()
page_size(orient = "landscape")
#> $width
#> [1] 11.69291
#>
#> $height
#> [1] 8.267717
#>
#> $orient
#> [1] "landscape"
#>
#> attr(,"class")
#> [1] "page_size"