Creating or Opening a Project
Before starting an assignment or exercise, always create or open a project:
- To create a new project:
- In RStudio, go to File > New Project.
- Choose whether to create a project in a new directory or within an existing directory.
- Navigate to the folder where you want your project
- Click Create Project.
- To open an existing project:
- In RStudio, go to File > Open Project.
- Browse to the
.Rprojfile of the project you want to open. - Select it and click Open.
This ensures all your files and settings are organized within the correct project environment.