From: lefebure tristan (lefebure@univ-lyon1.fr)
Date: Sat 27 Dec 2003 - 00:34:16 EST
Message-id: <200312261434.16958.lefebure@univ-lyon1.fr>
Hi,
I would like to open several tables with a loop, using something like :
-----------------
$ ls
1.txt 2.txt 3.txt 4.txt
$ R
> for (i in 1:4) tabi<-read.table("i.txt")
Error in file(file, "r") : unable to open connection
In addition: Warning message:
cannot open file `i.txt'
------------------
thanks for any help
Tristan Lefebure
______________________________________________
R-help@stat.math.ethz.ch mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help
This archive was generated by hypermail 2.1.3 : Thu 01 Jan 2004 - 09:21:04 EST