Re: [R] automatic file input

2011-08-22 Thread Ista Zahn
uot;, sep = "") Best, Ista > > > Thanking you, > Warm Regards > Vikas Bansal > Msc Bioinformatics > Kings College London > ________ > From: istaz...@gmail.com [istaz...@gmail.com] On Behalf Of Ista Zahn > [iz...@psych.rochester.ed

Re: [R] automatic file input

2011-08-22 Thread Bansal, Vikas
R. > > > > > Thanking you, > Warm Regards > Vikas Bansal > Msc Bioinformatics > Kings College London > > From: istaz...@gmail.com [istaz...@gmail.com] On Behalf Of Ista Zahn > [iz...@psych.rochester.edu] > Sent: Monda

Re: [R] automatic file input

2011-08-22 Thread Ista Zahn
> Kings College London > ________ > From: istaz...@gmail.com [istaz...@gmail.com] On Behalf Of Ista Zahn > [iz...@psych.rochester.edu] > Sent: Monday, August 22, 2011 5:16 PM > To: Bansal, Vikas > Cc: r-help@r-project.org > Subject: Re: [R] automati

Re: [R] automatic file input

2011-08-22 Thread Bansal, Vikas
Thanking you, Warm Regards Vikas Bansal Msc Bioinformatics Kings College London From: istaz...@gmail.com [istaz...@gmail.com] On Behalf Of Ista Zahn [iz...@psych.rochester.edu] Sent: Monday, August 22, 2011 5:16 PM To: Bansal, Vikas Cc: r-help@r-project.org Subject: Re: [R] au

Re: [R] automatic file input

2011-08-22 Thread Ista Zahn
Hi Vikas, please do make an effort to search for the answer before posting. A google search for "R read multiple files" will give you everything you need. Best, Ista On Mon, Aug 22, 2011 at 12:08 PM, Bansal, Vikas wrote: > Dear all, > > I have 100 files which are used as input.and I have to inpu

[R] automatic file input

2011-08-22 Thread Bansal, Vikas
Dear all, I have 100 files which are used as input.and I have to input the name of my files again and again.the name of the files are 1.out, 2.out..100.out. I want to know if there is anything like perl so that i can use something like this- for($f = 1; $f <= 100; $f++) { $file = $f.".o