powered by
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 = 11906/1440, height = 16838/1440, orient = "portrait", unit = "in" )
page width, page height, default to A4 format If NULL the value will be ignored and Word will use the default value.
page orientation, either 'landscape', either 'portrait'.
unit for width and height, one of "in", "cm", "mm".
Other functions for section definition: page_mar(), prop_section(), section_columns()
page_mar()
prop_section()
section_columns()
page_size(orient = "landscape")
Run the code above in your browser using DataLab