RStudio Projects
- Self contained projects are the way to go! Read more about project-oriented workflow by Jenny Brian here
- First create a new project
- File -> New Project, or
- Go to the top right of RStudio and click on New Project.
- And then follow these steps to create a new project.
- This will create a file called
something.Rproj
in the directory you chose which you can double click to open the project.