[x] style_tbl_compact(): I would recommend to use gtreg::tbl_listing() instead. It converts any tibble/data.frame into a gtsummary table and will then inherit all the default gtsummary styling.
[x] fix_database_error(): this function was created so we could upload code to GH that didn't include any PHI. Now that the MSK GH can handle PHI, we don't really need this any longer.
[ ] add_cuminc_risktable(): this is now better handled in ggsurvfit::ggcuminc()
style_tbl_compact()
: I would recommend to usegtreg::tbl_listing()
instead. It converts any tibble/data.frame into a gtsummary table and will then inherit all the default gtsummary styling.fix_database_error()
: this function was created so we could upload code to GH that didn't include any PHI. Now that the MSK GH can handle PHI, we don't really need this any longer.add_cuminc_risktable()
: this is now better handled inggsurvfit::ggcuminc()