How to access to specify file in subfolder without change working directory In R?

后端 未结 4 454
名媛妹妹
名媛妹妹 2021-01-31 05:03

In R, I want to access to some file in subfolder. But I don\'t want to change working directory then move back. It lost time and long.

For exmaple, I working on /

4条回答
  •  忘了有多久
    2021-01-31 05:25

    For me, the most intuitive way to learn to navigate folders is by using list.files("../"). You will see how upstream or downstream you need to navigate from your current location :)

提交回复
热议问题