Edited vignette to accommodate deprecated function align_pander()
. Help pages for deprecated functions are available by running help("docxtools-deprecated")
.
Edited function n()
as dplyr::n()
for compatibility with dplyr release 0.8.0
This update removes the dependency on CRAN package pander, now scheduled for archival on 2018–07–19.
align_pander()
deprecated, suggest using knitr::kable()
insteadIn format_engr()
str_trunc()
.In format_engr()
, added the ambig_0_adj
argument. An optional argument to reformat (or not) to address ambiguous trailing zeros.
For format_engr()
sprintf()
with formatC()
for better control of significant trailing zeros.