How to append to a file using "Stargazer"?

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!

1 Like

are you placing images of the tables in the docx?

1 Like

Hi Yonicd.
I am not placing images of tables. I want the table content to be searchable.