You can change working directory at any time with setwd('your/path/here'), but it's best to work in a project. RStudio makes it pretty easy. When you start a new project, you can put it anywhere you like. Then when you open saved project (with "Open project" or by double-clicking associated .Rproj file), it'll open this project and working directory will be set automatically.
@mishabalyasin Thanks. However I am not interested in changing directory. I am interested in changing the default location for when i select File->open project. Now of course there is a list of "recently opened" projects for me to select from but often i need to open another project not on the list. So when i click File -> new project i want the location to be where i keep all of my projects and not the folder c:~ which is currently the default.
@kevinushey right! So how to i change that? permanently, not just for the session. Is that in the global environment settings (windows 10). And was this path set (by the user) as HOME at time of installation?