gtreg
gtreg copied to clipboard
`inline_text()` method for `tbl_reg_summary()`?
These tables are simple modifications of gtsummary::tbl_summary()
tables, which already have a method. BUT, I don't think you can import and export a method (but you can with the generic).
- We could just document somewhere that
gtsummary::inline_text.tbl_summary()
works withtbl_reg_summary()
tables. - We could define a new method
inline_text.tbl_reg_summary <- function(...) gtsummary::inline_text.tbl_summary(...)
What do you think @shannonpileggi ?
Let's just go with the 1st option to document
Link to vignette in gtsummary.