I use RStudio IDE on Linux. The ~/.local/share/rstudio folder is chock full of a bunch of stuff that I suspect serves no purpose. The "unsaved-notebooks" folder currently contains 92 subfolders, of which 91 are empty and one contains a single folder containing a single JSON file with a single line of text. The log folder contains log files going back over a year.
My question is, does RStudio have a hidden setting that can be used to get it to clean up after itself: rotate logs, remove unneeded unsaved notebooks folders, and so on?
Thanks.