dewittpe / qwraps2

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.
http://www.peteredewitt.com/qwraps2/
GNU General Public License v3.0
37 stars 7 forks source link

qable and summary_table formatting #114

Open dewittpe opened 2 months ago

dewittpe commented 2 months ago

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.

dewittpe commented 2 months ago

A couple SO posts which could be addressed by this refactor: