I’m trying to auto-generate reports for a field study using R. I’m currently using Stargazer to output tables to a .docx file.
Stargazer - https://cran.r-project.org/web/packages/stargazer/vignettes/stargazer.pdf
The problem is that I have to plot tables iteratively and each table written overwrites pre-existing content in the document.
Is there a way to iteratively print tables to a file using Stargazer?
If not, what is the best package to use for report generation that allows easy and quick iterative printing of text, tables, plots, etc. to file?
I’ve been struggling to find the right package for a week now. Looking forward to advice and any suggestions.
Thanks!