Using argument digits of print.vselsummary() for determining the minimum number of significant digits is more natural than using it in round(). This is probably also the reason why print.data.frame() uses digits that way. Thus, this PR switches from using digits in round() to using it in print.data.frame().
See the commit messages and the newly added NEWS entry for details.
Using argument
digits
ofprint.vselsummary()
for determining the minimum number of significant digits is more natural than using it inround()
. This is probably also the reason whyprint.data.frame()
usesdigits
that way. Thus, this PR switches from usingdigits
inround()
to using it inprint.data.frame()
.See the commit messages and the newly added
NEWS
entry for details.