lrberge / fixest

Fixed-effects estimations
https://lrberge.github.io/fixest/
377 stars 59 forks source link

How do you name the PNG file that etable exports? #451

Open mattysimonson opened 10 months ago

mattysimonson commented 10 months ago

I love etable's new export argument, but as far as I can tell from the documentation and testing it out, it only accepts a file path, not a file name. For instance, the argument export = "myfolder/" will save a file named myfolder/etable.png. How can I set a name for the file that isn't 'etable.png'?

Aside: When running a quarto file (and, I presume, Rmarkdown), these files get saved with names like images/etable/etable_tex_2023-11-12_3122897136. Again, it would be helpful to be able to name the file.