[R] For help on Open .tar.gz file in R under Windows

Ben Bolker bbolker at gmail.com
Tue Oct 5 02:43:07 CEST 2010


wenyue sun <wenyuesun <at> gmail.com> writes:

> I am new in R.  Need help on code that can open the .tar.gz file in R under
> Windows.  Can any one help.

  Maybe

 untar(tarfile,compressed="gzip")

?

  According to ?untar it seems that just
untar(tarfile) might work ...



More information about the R-help mailing list