R/page_size.R
page_types.Rd
List supported named page types.
page_types() page_dim(page_type)
(string) the name of a page size specification. Call page_types() for supported values.
string
page_types()
page_types returns a character vector of supported page types
page_types
page_dim returns the dimensions (width, then height) of the selected page type.
page_dim
page_types() #> [1] "letter" "a4" "legal" page_dim("a4") #> [1] 8.27 11.69