When I want to save my regression results with
stargazer(regressions[[reg]], out=myFile, out.header=FALSE
stargazer
keeps also displaying/printing the result into the console. As I'm iterating over dozens of results, this ruins my overview and the log. Is there any way to explicitly tell stargazer
not only to save the output to the file, but also not to print it additionally?
I'm on stargazer_5.1
.