search for: datawd

Displaying 1 result from an estimated 1 matches for "datawd".

Did you mean: data_d
2017 Oct 20
0
Permission denied with tk_choose.dir
Dear R Help list, I'm facing a problem with "tk_choose.dir", I try to find an explanation and a solution. I use :rm(list=ls(all=TRUE)) datawd<-"/mnt/3-Biot/data_input/" setwd(datawd) files<-tk_choose.files(filters = matrix(c("/*.csv",".csv"),1, 2, byrow = TRUE),caption ="Select file with csv format") If I change the name of the folder like this ("data_input" becomes "data&quot...