Re: [R] Input to variables - help please

2009-05-13 Thread Luc Villandre
ney" Cc: Sent: Wednesday, May 13, 2009 10:10 PM Subject: Re: [R] Input to variables - help please Steve Sidney wrote: Dear list I have managed to write a short program to evaluate data which is inputted from a csv file using the following x = read.csv("wms_results.csv", header=TRU

Re: [R] Input to variables - help please

2009-05-13 Thread Steve Sidney
day, May 13, 2009 10:10 PM Subject: Re: [R] Input to variables - help please Steve Sidney wrote: Dear list I have managed to write a short program to evaluate data which is inputted from a csv file using the following x = read.csv("wms_results.csv", header=TRUE) All works fine but si

Re: [R] Input to variables - help please

2009-05-13 Thread Ted Harding
On 13-May-09 19:49:35, Steve Sidney wrote: > Dear list > I have managed to write a short program to evaluate data which is > inputted from a csv file using the following > > x = read.csv("wms_results.csv", header=TRUE) > > All works fine but since I have a number of similar data files which > hav

Re: [R] Input to variables - help please

2009-05-13 Thread Luc Villandre
Steve Sidney wrote: Dear list I have managed to write a short program to evaluate data which is inputted from a csv file using the following x = read.csv("wms_results.csv", header=TRUE) All works fine but since I have a number of similar data files which have different names, I would like th

[R] Input to variables - help please

2009-05-13 Thread Steve Sidney
Dear list I have managed to write a short program to evaluate data which is inputted from a csv file using the following x = read.csv("wms_results.csv", header=TRUE) All works fine but since I have a number of similar data files which have different names, I would like the program to allow me t