4 Projects
RStudio projects are a tremendously helpful way to organize your work. They allow you to quickly switch back and forth to between different projects, e.g. classes, research, website, etc.
When you switch from one project to the other, the RStudio session will
- restart the R session,
- close open scripts,
- open scripts that we open the last time you were in that project, and
- change your working directory to the root directory of the project.
To create a new project in R Studio, use the Project drop-down menu in the upper right hand corner of the interface.