Hi! I was running this file, but the path in ggsave() returns an error (the figure/ folder does not exist and the path is not relative to the file so even if the folder exists it does not work).
Hey @stefanocoretta - I added the folder and tested it knitting - should be working now. You should run it with the project open (.Rproj) to make sure the paths work, but I think it should run either way.
https://github.com/troettge/Transparency-Ling/blob/1ca9a08e714dc6bf13f685bd6994d181cab220f9/code/03_analyses/06_cleaned_results.Rmd#L427
Hi! I was running this file, but the path in
ggsave()
returns an error (thefigure/
folder does not exist and the path is not relative to the file so even if the folder exists it does not work).