[R] Reading Input file

2009-12-26 Thread Maithili Shiva
Dear R helpers   I have some files in my say 'WORK' directory and the file names are say rate1.csv, rate2.csv, rate3.csv, rate4.csv   Because of some other requirement, I need to run the following commands   n = 4    rates = NULL   for (i in 1:n) rates[i] = (paste(`rate', i, ‘.csv`,

Re: [R] Reading Input file

2009-12-26 Thread Johannes Signer
On Sat, Dec 26, 2009 at 10:21 AM, Maithili Shiva maithili_sh...@yahoo.comwrote: Dear R helpers I have some files in my say 'WORK' directory and the file names are say rate1.csv, rate2.csv, rate3.csv, rate4.csv Because of some other requirement, I need to run the following commands n = 4

Re: [R] Reading Input file

2009-12-26 Thread Maithili Shiva
  --- On Sat, 26/12/09, Johannes Signer j.m.sig...@gmail.com wrote: From: Johannes Signer j.m.sig...@gmail.com Subject: Re: [R] Reading Input file To: Maithili Shiva maithili_sh...@yahoo.com Cc: r-help@r-project.org Date: Saturday, 26 December, 2009, 9:42 AM On Sat, Dec 26, 2009 at 10:21 AM

Re: [R] Reading Input file

2009-12-26 Thread John Kane
Subject: Re: [R] Reading Input file To: Johannes Signer j.m.sig...@gmail.com Cc: r-help@r-project.org Received: Saturday, December 26, 2009, 8:09 AM Dear R helpers / Johannes Sir,   Unfortunately it didn't work. I am getting following warning messages.   1: In neweate[i] = read.csv

Re: [R] Reading Input file

2009-12-26 Thread jim holtman
, 26/12/09, Johannes Signer j.m.sig...@gmail.com wrote: From: Johannes Signer j.m.sig...@gmail.com Subject: Re: [R] Reading Input file To: Maithili Shiva maithili_sh...@yahoo.com Cc: r-help@r-project.org Date: Saturday, 26 December, 2009, 9:42 AM On Sat, Dec 26, 2009 at 10:21 AM, Maithili