NEWS.md
align_colnames
to as_listings()
, along with post-processing functions align_colnames()
and align_colnames()<-
. This flag allows to align colnames as the column content is aligned.as_listing
now accepts a spanning_col_labels
argument which can declare decorative spanning labels to appear above the individual column labels when a listing_df
is rendered. #263 by @gmbeckersort_cols
to as_listing
to specify columns to sort the listing by. Previously listings were always sorted by key columns.as_listings(add_trailing_sep = <col_names>)
with determined values as_listings(trailing_sep = <single_character>)
.difftime
class.truetype
font support based on new formatters
api, by @gmbecker.paginate_listing
now accepts col_gap
argument and passes it down correctly to pagination machinery in formatters
, by @gmbecker.split_into_pages_by_var
to split a listing into a list of listings according to values of a given variable. This enables page splits by variable when paginating.pag_listing_indices
.paginate_listing
to use directly paginate_to_mpfs
function from formatters
package.styler
and resolved package lint. Changed default indentation from 4 spaces to 2.add_listing_col
when both a function and a format are specified.export_as_txt
was used.export_as_txt
outputs.as_listing
preventing custom formatting from being applied to key columns.matrix_form
to allow NA
values in key columns.as_listing
to trim any rows containing only NA values and print an informative message.num_rep_cols
method for listings. Resolves error with key column repetition during pagination .default_formatting
and col_formatting
to as_listing
to specify column format configurations.unique_rows
to as_listing
to remove duplicate rows from listing.left
across all types. Reinstate NA
as default.testthat
edition 3.page_type
, pg_width
, pg_height
, font_family
, font_size
) to be transformed into lpp
(lines per page) and cpp
(characters per page).export_as_txt
to support output saved in plain text.cols
argument renamed to disp_cols
in the function as_listing
.non_disp_cols
in the function as_listing
.disp_cols
argument now defaults to all columns not included in key_cols
.key_cols
no longer need to also be listed in disp_cols
.listing_df
objects.paginate_listing
.lifecycle
support, and experimental badges.checkmate
assertion support.rlistings-package
).markdown
support to all functions.