Having trouble setting working directory

后端 未结 4 527
感情败类
感情败类 2021-02-05 06:11

I created a folder in order for it to be the main work directory meaning all the files I create go there, and files I read will be from there. For some reason after I created th

4条回答
  •  伪装坚强ぢ
    2021-02-05 06:46

    This may help... use the following code and browse the folder you want to set as the working folder

    setwd(choose.dir())
    

提交回复
热议问题