When I click on "File/Open Project..." RStudio opens my home directory at "~", but I would like to open the directory at "~/Documents/coding/" where I store all my Rprojects. How can I change the default directory that RStudio opens when it opens projects?
I have tried adding the global variable
HOME='~/Documents/coding'
to my .Rprofile and Renviron files but this has not changed the default directory opened even after I have restarted RStudio.