Lecture Ticket 3
Reading
Read the following sections of IFDAR.
- Finish Chapter 3
Questions
What function is used to set a working directory in R? How about to get your current working directory?
What is the difference between a relative and absolute path?
Consider the following absolute path:
/home/grayson/courses/for128/lab_01.qmd
If the working directory is /home/grayson/courses/
, what is the relative path to lab_01.qmd
?