gtsummary: format digits with comma instead dot [closed]
Closed yesterday.
How do I target the `gtsummary::as_gt()` columns in `gt` styling functions?
I use gtsummary::as_gt()
to style summary tables using gt
functions. For styling functions such as gt::cols_width()
and gt::tab_style()
, one needs to know how the columns of the table are named. This is a follow-up question to this question.
Group two nested variables by row with gtsummary
Let’s assume the following dataset :
What’s the fix for “This document contains fields that may refer to other files” error with docx from gt table?
I’m trying to generate “error free” docx files of tables using gt and gtsummary. I’m getting a pop-up window that says “This document contains fields that may refer to other files. Do you want to update the fields in this document?” I would rather not have the popup window.