Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
setwd()R関数を使用して異なるレベルでディレクトリに戻る方法はありますか?
setwd()
例えば
> getwd() /home/folder1/folder2/
打たずに一発で家に着きたいsetwd("../..")。"../" を n 回書くのは非常に面倒です。
setwd("../..")