Desired Functionality:
Some analyses created in R (including regressions like below) contain footers in their table outputs:
!image-20211214-160608.png|width=100%!
However, these footers aren’t included in the Excel output of the results like footers in built-in tables are. Can you add this to the export on the backend?
Current workaround:
create a separate output for the footer using R, and output that to the same sheet as the original table (which means you can only output two outputs at once instead of thewhole report). OR copy and paste in all the footers from different sheets in Excel to the appropriate table.