forked from psu-spatial/Geog364_2024
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathT5_ProjectsRDesktop.Rmd
More file actions
37 lines (24 loc) · 1.24 KB
/
T5_ProjectsRDesktop.Rmd
File metadata and controls
37 lines (24 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
### Creating a new project

<br>
1. If it's not already open, open **R-Studio** <br>
2. Go to the File menu at the very top and click `New Project`. <br>
3. Select `New Directory`, then `New Project`. <br>
4. Name your project after your lab . <br>
5. Under "create project as a subdirectory of", hit the browse button and go inside your GEOG-364 main folder (you just
need to be in the folder, you don't need to have selected anything). Press open. <br>
6. Finally, press `Create Project`, <br>
```{r, pg_Tut2_startup_fig4, echo=FALSE}
knitr::include_graphics('./index_images/pg_Tut2_startup_fig4.png')
```
<br>
### How do I know it's worked?
R will change slightly.\
- If you look at the top of the screen in the title bar, it should say *Lab1-Project R Studio*.\
- The Files tab should have gone to your project folder. Essentially, R-Studio is now "looking" inside your Lab 1
folder, making it easier to find your data and output your results.

### Returning to your lab project

1. On your computer, find your *GEOG-364* folder and go to the lab you want.\
2. Double click on the file with the extension `.RProj`.