page_types: Supported named page types

View source: R/page_size.R

page_typesR Documentation

Supported named page types

Description

List supported named page types.

Usage

page_types()

page_dim(page_type)

Arguments

page_type

(string)
the name of a page size specification. Call page_types() for supported values.

Value

  • page_types returns a character vector of supported page types

  • page_dim returns the dimensions (width, then height) of the selected page type.

Examples

page_types()
page_dim("a4")

formatters documentation built on June 22, 2024, 9:42 a.m.