v0.6.0
New features
-
RTF output support is now more suitable for Pharma users: (1) table styling now defaults to a look with far fewer table borders, which is more common for Pharma-based applications; (2) RTF table generation can make use of the new page-layout options (
page.*
) added to thetab_options()
function (e.g.,page.orientation
,page.numbering
, etc.) (#311, #653). (#927) -
The
tab_footnote()
function now allows for non-location footnotes by making thelocations
argument optional; any footnotes declared in this way will have their notes precede any location-based notes in the footer area (#879). (#925) -
The
fmt_partsper()
function was added so that we can format values as high-ratio, dimensionless quantities (e.g.,"per-mille"
,"ppm"
, etc.). These are less common that percentage values but no less important (#608). (#914) -
The
sub_*()
group of functions was added to make simple and common substitutions of data in a gt table with not-too-much effort. The functions added are:sub_missing()
,sub_zero()
,sub_small_vals()
, andsub_large_vals()
. Thesub_missing()
function replacesfmt_missing()
(and this deprecates the latter) (#904, #910, #911). (#912)