gtsummary
gtsummary copied to clipboard
Presentation-Ready Data Summary and Analytic Result Tables
- Do we still need the `include_example` argument? - The table is currently being printed with kable (aka a markdown table), if my memory is correct. I want to update...
the code currently only adds indentation to the label column. This should probably be generalized to the first non-hidden column? also, does kableExtra only indent the first column?
The `tbl_custom_summary()` function was merged in PR #1698 Can you please review to ensure there are no unknown regressions in functionality. There are two known regressions: - `continuous_summary()` is currently...
- [ ] Migrate the README - [ ] Probably need to re-record the screen GIFs of the package in action
During the v2.0 migration, I got a bit lazy and copied over bits that are no longer needed. Also, I wonder if it's worth it to allow stratifying when the...
- I think footnotes and abbreviations need to be handled with different functions. It's confusing having them together. It would be great if the abbreviations were not a regular footnote....
Are you going to work for getting gtsummary compatible with VGAM models? It would be great!
Generally, this function does not perform checks on user input. It's expected that that function is primarily used by devs to create new tabling functions, and the inputs should be...
Couple of things I don't like about this function: - handling of continuous2 label changes - what we're doing to the continuous2 label is different from everything else. is this...