Closes #1101
This commit is contained in:
Hadley Wickham 2022-11-18 16:26:42 -06:00
parent 0d41a5d883
commit 5e47710f81
1 changed files with 1 additions and 1 deletions

View File

@ -232,7 +232,7 @@ getwd()
#> [1] "/Users/hadley/Documents/r4ds/r4ds"
```
As a beginning R user, it's OK to let your working direction be your home directory, documents directory, or any other weird directory on your computer.
As a beginning R user, it's OK to let your working directory be your home directory, documents directory, or any other weird directory on your computer.
But you're nine chapters into this book, and you're no longer a rank beginner.
Very soon now you should evolve to organizing your projects into directories and, when working on a project, set R's working directory to the associated directory.