[R] Reading in multiple files in a loop

Paul Lemmens paul.lemmens at gmail.com
Thu Mar 27 17:01:18 CET 2008


On Thu, Mar 27, 2008 at 4:40 PM, Zu Thur Yew <fbszty at leeds.ac.uk> wrote:
>
>  for (r in 1:100) {
>   d1 <-read.table(r.anl)
read.table(paste(r,".anl", sep=""))



More information about the R-help mailing list