vert_pag_indices | R Documentation |
Find column indices for vertical pagination
vert_pag_indices(
obj,
cpp = 40,
colwidths = NULL,
verbose = FALSE,
rep_cols = 0L,
fontspec,
nosplitin = character()
)
obj |
( |
cpp |
( |
colwidths |
( |
verbose |
( |
rep_cols |
( |
fontspec |
( |
nosplitin |
( |
A list
partitioning the vector of column indices into subsets for 1 or more horizontally paginated pages.
mf <- basic_matrix_form(df = mtcars)
colpaginds <- vert_pag_indices(mf, fontspec = font_spec())
lapply(colpaginds, function(j) mtcars[, j, drop = FALSE])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.