A list partitioning the vector of column indices into subsets for 1 or more horizontally paginated pages.
Arguments
obj
(ANY) object to be paginated. Must have a matrix_form() method.
cpp
(numeric(1)) number of characters per page (width).
colwidths
(numeric) vector of column widths (in characters) for use in vertical pagination.
verbose
(flag) whether additional informative messages about the search for
pagination breaks should be shown. Defaults to FALSE.
rep_cols
(numeric(1)) number of columns (not including row labels) to be repeated on every page.
Defaults to 0.
fontspec
(font_spec) a font_spec object specifying the font information to use for
calculating string widths and heights, as returned by font_spec().
nosplitin
(character) list of names of subtables where page breaks are not allowed, regardless of other
considerations. Defaults to none.
round_type
("iec" or "sas") the type of rounding to perform. iec,
the default, peforms rounding compliant with IEC 60559 (see details), while
sas performs nearest-value rounding consistent with rounding within SAS.