basic_pagdf | R Documentation |
Returns a minimal pagination info data.frame
(with no info on siblings, footnotes, etc.).
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()
)
rnames |
( |
labs |
( |
rnums |
( |
extents |
( |
rclass |
( |
parent_path |
( |
paths |
( |
fontspec |
( |
A data.frame
suitable for use in both the MatrixPrintForm
constructor and the pagination machinery.
basic_pagdf(c("hi", "there"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.