[R] For help on Open .tar.gz file in R under Windows
Jeffrey Spies
jspies at virginia.edu
Tue Oct 5 02:58:46 CEST 2010
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 <wenyuesun at 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 at 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.
>
More information about the R-help
mailing list