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

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to