From 5e47710f81a5986cab29d59b684ac86ab5df6eff Mon Sep 17 00:00:00 2001 From: Hadley Wickham Date: Fri, 18 Nov 2022 16:26:42 -0600 Subject: [PATCH] Fix typo Closes #1101 --- workflow-scripts.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflow-scripts.qmd b/workflow-scripts.qmd index 8dac08a..6c3df32 100644 --- a/workflow-scripts.qmd +++ b/workflow-scripts.qmd @@ -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.