[R] change the name of file
Johannes Hüsing
johannes at huesing.name
Mon Jul 24 11:33:02 CEST 2006
> Of course file name Data_i.txt will be the same for changing i,
> unfortunately.
?paste, e.g. paste("Data_", i, ".txt", sep="")
More information about the R-help
mailing list