List supported named page types.
page_types()
page_dim(page_type)page_types returns a character vector of supported page types
page_dim returns the dimensions (width, then height) of the selected page type.
page_types()
#> [1] "letter" "a4" "legal"
page_dim("a4")
#> [1] 8.27 11.69