[R] Batch importing data with respective naming

Taylor Hermes trhermes at gmail.com
Wed Apr 29 08:23:44 CEST 2009


It seems that this addition works, but has created just one object
called 'peak' with all the data from those 100 files.  I'd like each
file to have a corresponding object containing the data.

Thanks for your help!


On Tue, Apr 28, 2009 at 19:43, Zeljko Vrba <zvrba at ifi.uio.no> wrote:
> On Tue, Apr 28, 2009 at 07:09:04PM -1000, Taylor Hermes wrote:
>>
>> I tried the following:
>>
> Add this before for():
>
> peak <- list()
>
>> for (i in 1:100) {
>>       peak[[i]] <- read.table(paste(i,"--one--hist.txt", sep=""), sep=",",
>> header=TRUE)
>> }
>>
>
>




More information about the R-help mailing list