Re: [R] Zip a file

2012-09-18 Thread R. Michael Weylandt
On Tue, Sep 18, 2012 at 9:40 AM, Rantony wrote: > > Error: could not find function "zip" > > So, is it required to install any package for zip functioning ? Technically, one needs the "utils" package, but if it's not autoloading, something seems quite messed up with your R installation. Do you ha

Re: [R] Zip a file

2012-09-18 Thread Rantony
n use 7-zip or other WinZip. Is there any specific reason for you to zip files within R? A.K. - Original Message - From: Rantony <[hidden email]> To: [hidden email] Cc: Sent: Monday, September 17, 2012 3:07 AM Subject: Re: [R] Zip a file Hi Arun, I tried th

Re: [R] Zip a file

2012-09-17 Thread arun
e any specific reason for you to zip files within R? A.K.        - Original Message - From: Rantony To: r-help@r-project.org Cc: Sent: Monday, September 17, 2012 3:07 AM Subject: Re: [R] Zip a file Hi Arun, I tried this way, but getting an error like Using Eclips: “Error in .rj.orig

Re: [R] Zip a file

2012-09-17 Thread Rantony
zip(zipfile, files, flags = "-r9X", extras = "", zip = Sys.getenv("R_ZIPCMD", "zip")) A.K. - Original Message - From: Rantony <[hidden email]> To: [hidden email] Cc: Sent: Thursday, September 13, 2012 8

Re: [R] Zip a file

2012-09-13 Thread arun
HI, If you look ?zip(), the usage is: zip(zipfile, files, flags = "-r9X", extras = "", zip = Sys.getenv("R_ZIPCMD", "zip")) A.K. - Original Message - From: Rantony To: r-help@r-project.org Cc: Sent: Thursday, September 13,

Re: [R] Zip a file

2012-09-13 Thread Berend Hasselman
On 13-09-2012, at 14:10, Rantony wrote: > Hi, > > How to zip a csv file ? i tried with "zipfile.ZipFile" - but it showing > function could not find. What exactly did you try? > Is there have any other way to zip files without installing any package ? Have you tried ??zip or ?zip in R? Ber

[R] Zip a file

2012-09-13 Thread Rantony
Hi, How to zip a csv file ? i tried with "zipfile.ZipFile" - but it showing function could not find. Is there have any other way to zip files without installing any package ? - Thanks in advance Antony -- View this message in context: http://r.789695.n4.nabble.com/Zip-a-file-tp4643012.html Se