View source: R/ooxml_run_objects.R
page_size | R Documentation |
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",
unit = "in"
)
width , height |
page width, page height (in inches). |
orient |
page orientation, either 'landscape', either 'portrait'. |
unit |
unit for width and height, one of "in", "cm", "mm". |
Other functions for section definition:
page_mar()
,
prop_section()
,
section_columns()
page_size(orient = "landscape")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.