Re: [R] Unable to load a file: no such file or directory

2014-05-26 Thread Antonio Carazo
Thank you Ray and Jim. It works with file.choose(). I post following the output. Antonio Carazo Regional Sales Manager FOSS IBERIA. Ph. D. student in Social Sciences. list.files() [1] DATOS1.txt open.exe R.dll R.exe Rblas.dll

Re: [R] Unable to load a file: no such file or directory

2014-05-25 Thread Jim Holtman
first thing to do is 'list.files()' to see if your file is really there. show us that output. Sent from my iPad On May 25, 2014, at 18:25, Antonio Carazo acar...@foss.es wrote: Hi, I have the file DATOS1 in the directory E:/R 3.0.2/R-3.0.2/bin/x64. If I try to load it, R returns me this

Re: [R] Unable to load a file: no such file or directory

2014-05-25 Thread Ray Brownrigg
On 26/05/14 10:25, Antonio Carazo wrote: Hi, I have the file DATOS1 in the directory E:/R 3.0.2/R-3.0.2/bin/x64. If I try to load it, R returns me this error: getwd() [1] E:/R 3.0.2/R-3.0.2/bin/x64 DATOS1-matrix(scan(E:/R 3.0.2/R-3.0.2/bin/x64/DATOS1),ncol=8) Error en file(file, r) : no