rafalab / dsbook-part-1

Repository for Introduction to Data Science Book
84 stars 29 forks source link

You probably didn't mean this #10

Open JimKay1941 opened 2 weeks ago

JimKay1941 commented 2 weeks ago

6.1.3 The working directory We highly recommend only using relative paths in your code. The reason is that full paths are unique to your computer and you want your code to be portable. If you want to know the full path of your working directory using the getwd function. If you need to change your working directory, you can use the function setwd or you can change it through RStudio by clicking on “Session”.

When you start a project you want to pick a directory to store all the files related to that project and make this is your working directory when ruining your analysis.

rafalab commented 2 weeks ago

I certainly didn't, thanks!

It will be fixed next time I push.