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
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
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
Hi Arun,
I tried this way, but getting an error like
Using Eclips:
âError in .rj.originals$help(..., help_type = "html") : 'topic' should be a
name, length-one character vector or reserved wordâ
Using R:
Error: could not find function "zip"
So, is it required to install any p
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, 2012 8:10 AM
Subject: [R] Zip a file
Hi,
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
6 matches
Mail list logo