Creates a page for a BentoBox layout

bb_pageCreate(
  params = NULL,
  width = 8.5,
  height = 11,
  default.units = "inches",
  showOutline = TRUE,
  showRuler = TRUE,
  showUnit = TRUE,
  xgrid = 0.5,
  ygrid = 0.5
)

Arguments

params

an optional "bb_params" object space containing relevant function parameters

width

A numeric or unit object specifying width

height

A numeric or unit object specifying height

default.units

A string indicating the default units to use if width or height are only given as numerics

showOutline

TRUE/FALSE indicating whether to draw a black outline around the entire page

showRuler

TRUE/FALSE indicating whether to show guiding ruler along top and side of page

showUnit

TRUE/FALSE indicating whether to show name of units in top left of page

xgrid

vertical gridlines

ygrid

horizontal gridlines