Apply numeric or unit class inset to width/height dimensions of page
Source:R/inset_page.R
inset_page.Rd
inset_page()
applies a set inset distance value or percent distance to
modify the dimensions of the input page list or data frame.
Usage
inset_page(
page,
inset = 0.1,
units = "in",
pct_inset = NULL,
cols = c("width", "height")
)