I'm making use of RStudio's projects feature to organize my work. When I create the project I use version control and clone from a repo.
When I clone the repo several directories are pulled into my projects directory. For my analytics work I then drill down into e.g.
our_team_directory/apples/adhoc/rprojects
Each time I open the project it takes me to the projects home directory which is also the root of the repo. However, I want to place all my work in the path above e.g. rprojects/myproject
I can navigate to myproject in the directory pane, click more > set as working directory and all is fine. Except, I have to do this each time I open the project. Also sometimes I open the project then go to add a file and forget that the file has been created in our_team_directory not our_team_directory/apples/adhoc/rprojects/myproject.
Can I somehow set the working directory of /myproject to always be our_team_directory/apples/adhoc/rprojects/myproject and not default to the root directory of the repo that I cloned?
Referred here by Forecasting: Principles and Practice, by Rob J Hyndman and George Athanasopoulos