powered by
Make pagination dataframe for a listing
# S4 method for listing_df make_row_df( tt, colwidths = NULL, visible_only = TRUE, rownum = 0, indent = 0L, path = character(), incontent = FALSE, repr_ext = 0L, repr_inds = integer(), sibpos = NA_integer_, nsibs = NA_integer_ )
a data.frame with pagination information.
listing_df. The listing to be rendered
numeric. Internal detail do not set manually.
logical(1). Ignored, as listings do not have non-visible structural elements.
numeric(1). Internal detail do not set manually.
integer(1). Internal detail do not set manually.
character. Path to the (sub)table represented by tt. Defaults to character()
tt
character()
logical(1). Internal detail do not set manually.
integer. Internal detail do not set manually.
make_row_df
lsting <- as_listing(mtcars) mf <- matrix_form(lsting)
Run the code above in your browser using DataLab