[R] create zip archive in R
Uwe Ligges
ligges at statistik.tu-dortmund.de
Thu Feb 4 17:01:46 CET 2010
On 04.02.2010 03:31, mkna005 mkna005 wrote:
> Hello all!
> I was wondering if it is possible to create a zip archive within R and
> add files to it?
No.
> I know it is possible to unzip files but is it
> possible the other way round?
No.
For (compressed) archives see ?tar
For other compression formats of single files see ?file
Uwe Ligges
>
> Thanks in advance
>
> Christoph
>
> ______________________________________________
> 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