Do not use this form to ask a question, or ask for assistance. Instead, ask on https://stackoverflow.com/ using the gtsummary tag.
Questions about a function's use will be closed without a response.
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
No.
Describe the solution you'd like
A clear and concise description of what you want to happen.
Export multiple gtsummary formatted tables in one excel spreadsheet.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Right now have to something like this to export one tab at a time, then combine manually...
table1 %>%
as_hux_xlsx(
file = "ae_table.xlsx"
)
Additional context
Add any other context or screenshots about the feature request here.
If we can export multiple gtsummary formatted tabs to one excel spreadsheet, that will reduce lots of manual work for us. Thank you so much for considering.
Do not use this form to ask a question, or ask for assistance. Instead, ask on https://stackoverflow.com/ using the gtsummary tag.
Questions about a function's use will be closed without a response.
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
No.
Describe the solution you'd like
A clear and concise description of what you want to happen.
Export multiple gtsummary formatted tables in one excel spreadsheet.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Right now have to something like this to export one tab at a time, then combine manually...
table1 %>%
as_hux_xlsx(
file = "ae_table.xlsx"
)
Additional context
Add any other context or screenshots about the feature request here.
If we can export multiple gtsummary formatted tabs to one excel spreadsheet, that will reduce lots of manual work for us. Thank you so much for considering.