How to circumvent setwd error when sourcing R script

后端 未结 0 815
遥遥无期
遥遥无期 2020-12-07 20:09

I have an R script whose path is "/path_to_directory/file.R". I attempt to source the file by running

dir<-"/path_to_directory"
source(         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题