Nothing
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.export_as_txt
to formatters
. Added to reexports.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.matrix_form(lsting, TRUE)
no longer throws an error.dplyr
instead of magrittr
to hopefully avoid var_labels
droppage issues.paginate_listing
now supports pagination in both directions.Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.