[BioC] how to load RData in a loop with different file name?
Herve Pages
hpages at fhcrc.org
Mon Jun 25 19:51:18 CEST 2007
Hi James,
James Anderson wrote:
> Hi,
>
> I have 10 .RData files with names A1.RData, A2.RData, ...,A10.RData. Is there an automatic way to load those data in a loop so that for each iteration k, it reads in Ak.RData? I know how to do this for "save" command so that each iteration, but don't know how to do it using "load" command.
>
This should not be fundamentally different from what you did with "save":
load(paste("A", k, ".RData", sep=""))
Cheers,
H.
> Thanks a lot!
>
> James
>
>
> ---------------------------------
>
> [[alternative HTML version deleted]]
>
> _______________________________________________
> Bioconductor mailing list
> Bioconductor at stat.math.ethz.ch
> https://stat.ethz.ch/mailman/listinfo/bioconductor
> Search the archives: http://news.gmane.org/gmane.science.biology.informatics.conductor
More information about the Bioconductor
mailing list