NEWS.md
format(digits = 0)
was still being used despite no longer being allowedvars
in sumtable
.haven_labelled
class variables where value labels weren’t recognized in vtable
.sumtable
.summ
in vtable
, and also lush = TRUE
produces medians and nuniq()
for dates instead of mean, SD, and nuniq
.sumtable()
with out = 'kable'
if run outside of knitr.sumtable()
.labeltable()
.format
option of sumtable()
changed to numformat
to avoid namespace issues.obs.function
option to sumtable()
to make it easier to swap out the function used to count observations.numformat
option for only some variables in sumtable()
, instead of having to specify every single variable.out
option did not work running inside of knitr
rendering to Word.kable
s.formatfunc()
function to easily customize numformat
options.formatfunc()
with prefixes and negative values combined.vtable()
slightly.sumtable
where characters were not being properly escaped when building to Quarto/RMarkdown and out
is not specified.