[R] Is there string class in R?

About this list Date view Thread view Subject view Author view Attachment view

From: Zhongming Yang (Zhongming.Yang@cchmc.org)
Date: Thu 26 Dec 2002 - 02:02:50 EST


Message-id: <se098260.003@mailx.chmcc.org>

Hi,

I want to use R handle hundreds data file. So I want use some string
class to handle the names of data file.

My idea procedure like:

for i in 1:20
{
   filename = "***" + i +".PRN"
   scan(filename)
   ....
}

Do anyone know how to do this?

Thanks,

______________________________________________
R-help@stat.math.ethz.ch mailing list
http://www.stat.math.ethz.ch/mailman/listinfo/r-help


About this list Date view Thread view Subject view Author view Attachment view

This archive was generated by hypermail 2.1.3 : Tue 01 Jun 2004 - 09:31:59 EST