Skip to content

Commit e89d083

Browse files
Update workflow-scripts.qmd
Fix typo, closes hadley#1618 and closes hadley#1617
1 parent 6f512d1 commit e89d083

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workflow-scripts.qmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ In this R session, the current working directory (think of it as "home") is in h
244244
This code will return a different result when you run it, because your computer has a different directory structure than Hadley's!
245245

246246
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.
247-
But you're seven chapters into this book, and you're no longer a beginner.
247+
But you're more than a handful of chapters into this book, and you're no longer a beginner.
248248
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.
249249

250250
You can set the working directory from within R but **we** **do not recommend it**:

0 commit comments

Comments
 (0)