Hello, I want to import a txt table into R but the software give me this message. I have windows vista. Errore in file(file, "r") : cannot open this connection Besides: Warning message: In file(file, "r") : cannot open file 'C:/Users/Vincenzo/Desktop/prova/prova.txt': No such file or directory thank you ********************************************************** Vincenzo Landi Post Doctorate student Animal genomic and breeding cell:0039/339538871@X@le="font-family: comic sans ms;">Fax. 075-5857122 [[alternative HTML version deleted]]
Hi r-help-bounces at r-project.org napsal dne 09.12.2008 11:10:49:> Hello, > I want to import a txt table into R but the software give me thismessage. I> have windows vista. > > > Errore in file(file, "r") : cannot open this connection > Besides: Warning message: > In file(file, "r") : > ? cannot open file 'C:/Users/Vincenzo/Desktop/prova/prova.txt': No suchfile> or directory > thank youWorks for me though I am not on Vista. read.delim("D:/data/stat/pracovni/test.csv") Maybe something with permissions? Regards Petr> > > ********************************************************** > Vincenzo Landi > Post Doctorate student > Animal genomic and breeding > cell:0039/339538871@?????????????????????X????????????@ > ????????????le="font-family: comic sans ms;">Fax. 075-5857122 > > > > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guidehttp://www.R-project.org/posting-guide.html> and provide commented, minimal, self-contained, reproducible code.
vincenzo landi wrote:> Hello, > I want to import a txt table into R but the software give me this message. I have windows vista. > > > Errore in file(file, "r") : cannot open this connection > Besides: Warning message: > In file(file, "r") : > ? cannot open file 'C:/Users/Vincenzo/Desktop/prova/prova.txt': No such file or directory > thank you > >To ask the blindingly obvious: *Is* there such a file or directory? Can you find it with file.choose()? If so, was the name and path correct? -- O__ ---- Peter Dalgaard ?ster Farimagsgade 5, Entr.B c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K (*) \(*) -- University of Copenhagen Denmark Ph: (+45) 35327918 ~~~~~~~~~~ - (p.dalgaard at biostat.ku.dk) FAX: (+45) 35327907