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

2014-05-26 Thread Antonio Carazo
23 [12,] 142 25 67 12 123 25 69 14 [13,] 32 60 41 0 27 69 31 25 [14,] 14 1017 71 12 1670 78 -Original Message- From: Ray Brownrigg [mailto:ray.brownr...@ecs.vuw.ac.nz] Sent: lunes, 26 de mayo de 2014 07:16 To: Antonio Carazo; r-help@R-pr

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(f

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 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: >> ge

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

2014-05-25 Thread Antonio Carazo
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 se puede abrir la conexión Además: Mensa