read.table('path.to.file.tar.gz')
or any of its derivatives (read.csv, read.csv2, etc.). Of course
you'll need to set the arguments appropriately. For example:
read.table('path.to.comma.delimited.tar.gz', sep=",", header=T)
Cheers,
Jeff.
On Mon, Oct 4, 2010 at 6:48 PM, wenyue sun <
[hidden email]> wrote:
______________________________________________
[hidden email] mailing list
https://stat.ethz.ch/mailman/listinfo/r-helpPLEASE do read the posting guide
http://www.R-project.org/posting-guide.htmland provide commented, minimal, self-contained, reproducible code.