These functions are defunct and their symbols will be removed entirely in a future release.
pag_listing_indices(
lsting,
lpp = 15,
colwidths = NULL,
max_width = NULL,
verbose = FALSE
)
listing_df. The listing to paginate.
numeric(1) or NULL. Number of row lines (not counting titles and
footers) to have per page. Standard is 70
while NULL
disables vertical
pagination.
numeric vector. Column widths (in characters) for use with vertical pagination.
integer(1), character(1) or NULL
. Width that title
and footer (including footnotes) materials should be
word-wrapped to. If NULL
, it is set to the current print width
of the session (getOption("width")
). If set to "auto"
,
the width of the table (plus any table inset) is used. Ignored
completely if tf_wrap
is FALSE
.
logical(1). Should additional informative messages about the search for
pagination breaks be shown. Defaults to FALSE
.