basic_pagdf {formatters} | R Documentation |
Basic/spoof pagination info data frame
Description
Returns a minimal pagination info data.frame
(with no info on siblings, footnotes, etc.).
Usage
basic_pagdf(
rnames,
labs = rnames,
rnums = seq_along(rnames),
extents = 1L,
rclass = "DataRow",
parent_path = NULL,
paths = lapply(rnames, function(x) c(parent_path, x)),
fontspec = font_spec()
)
Arguments
rnames |
( |
labs |
( |
rnums |
( |
extents |
( |
rclass |
( |
parent_path |
( |
paths |
( |
fontspec |
( |
Value
A data.frame
suitable for use in both the MatrixPrintForm
constructor and the pagination machinery.
Examples
basic_pagdf(c("hi", "there"))