You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Often, when I am building tables for reports, I want there to be an empty row in between variables. Currently, I can manually add an empty row with dplyr::add_row(). Here is an example from the Sun Study report:
However, that is long and clunky, and you have to list every variable by name. I want to come up with something more generic I can use to quickly add empty rows.
Would be even better if it were possible to do this directly in flextable rather than in data frames.
The text was updated successfully, but these errors were encountered:
Often, when I am building tables for reports, I want there to be an empty row in between variables. Currently, I can manually add an empty row with dplyr::add_row(). Here is an example from the Sun Study report:
However, that is long and clunky, and you have to list every variable by name. I want to come up with something more generic I can use to quickly add empty rows.
Would be even better if it were possible to do this directly in flextable rather than in data frames.
The text was updated successfully, but these errors were encountered: