Re: [R] Not able to find files in working directory

2014-02-05 Thread PIKAL Petr
n...@r-project.org [mailto:r-help-bounces@r- > project.org] On Behalf Of Sschratz87 > Sent: Tuesday, February 04, 2014 10:34 PM > To: r-help@r-project.org > Subject: Re: [R] Not able to find files in working directory > > I have already done that. It was working and now it isn't.

Re: [R] Not able to find files in working directory

2014-02-04 Thread Sschratz87
I have already done that. It was working and now it isn't. The program was not closed or restarted. It just stopped working. > Squid<-read.table("Squid.txt",header=T) Error in file(file, "rt") : cannot open the connection In addition: Warning message: In file(file, "rt") : cannot open file 'Sq

Re: [R] Not able to find files in working directory

2014-02-04 Thread Ista Zahn
You need to read the file in first. More generally, you need to spend some time with an introductory R tutorial. There are many, including the Introduction to R shipped with every copy of R, as well as the ones listed on the R website at http://cran.r-project.org/other-docs.html. Best, Ista On Tu

[R] Not able to find files in working directory

2014-02-04 Thread Sschratz87
Hello. I am new to R here and I am coming across a small error in my code I am trying to run. I am trying to make a table of some value from a folder on my computer. I was able to pull a txt file from the folder and make bar graphs etc... however now I cannot do anything from this file and R is thr