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 <wenyue...@gmail.com> wrote:
> Hey All,
>
> I am new in R.  Need help on code that can open the .tar.gz file in R under
> Windows.  Can any one help.
>
> Thanks in Advance.
>
> Wayne
>
>        [[alternative HTML version deleted]]
>
> ______________________________________________
> R-help@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
>

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to