| PageMargins | R Documentation | 
Information about page margins for view/print layouts.
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.worksheet.page.html
PageMargins(
  left = 0.75,
  right = 0.75,
  top = 1L,
  bottom = 1L,
  header = 0.5,
  footer = 0.5,
  ...
)
| left | left | 
| right | right | 
| top | top | 
| bottom | bottom | 
| header | header | 
| footer | footer | 
| ... | Additional arguments, i.e. kwargs. | 
Standard values (in inches) left, right = 0.75 top, bottom = 1 header, footer = 0.5
An openpyxl Python object.
## Not run: 
PageMargins()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.