[R] open txt
Steve Lianoglou
mailinglist.honeypot at gmail.com
Tue Aug 18 17:09:01 CEST 2009
On Aug 18, 2009, at 9:41 AM, Stela Valenti Raupp wrote:
> Não consigo abrir a pasta txt no R, dá a mensagem: Warning message:
> In file(file, "r") : cannot open file 'plantula.txt': No such file or
> directory
>
> O arquivo está na mesma página do Scrip.
> Não sei qual é o problema????
Tu file "plantula.txt" no esta aqui (I think).
In short: you are passing some function the name of a file that
doesn't exist. Try passing the absolute path to the plantula.txt file
to your call to ``file()``
-steve
--
Steve Lianoglou
Graduate Student: Computational Systems Biology
| Memorial Sloan-Kettering Cancer Center
| Weill Medical College of Cornell University
Contact Info: http://cbio.mskcc.org/~lianos/contact
More information about the R-help
mailing list