>> i have a list of many files and want to load them into a list of tables, >> that >> can be adressed with a variable 'i'.
> fp <- lapply(files, read.table, header = T) Thank you that works fine. But how can i access the data in column fp$foo now? fp[1]$foo does not work. ps: thank you all for the replies per mail and the list here. -- Jonas Stein <[EMAIL PROTECTED]> ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.