How do you change the default directory in RStudio (or R)?

后端 未结 4 1948
没有蜡笔的小新
没有蜡笔的小新 2020-12-10 10:33

I consulted http://www.rstudio.com/ide/docs/using/workspaces and tried the setwd code and clicking on More --> Set as working directory options. However, the ne

4条回答
  •  情话喂你
    2020-12-10 10:44

    Session -> Set Working Directory -> Choose Directory ... or shortcut (Ctrl+Shift+H)

    Or you can set your working directory on console like that = setwd("C:/Users/burak/Desktop/R")

提交回复
热议问题