An updated version of qwraps with a focus on flexibility and general purpose. These functions are helpful for extracting and formatting results from R into .Rnw or .Rmd files. Additional functions for routine work such as extracting results from regression models or finding sensitivity and specificity.
Instead of formatting the output yourself for latex or markdown generate a simple matrix to send to knitr::kable and use kableExtra::kable_styling to format the table.
Instead of formatting the output yourself for latex or markdown generate a simple matrix to send to
knitr::kable
and usekableExtra::kable_styling
to format the table.