Message-ID: <D6D90AD3-7C5C-49AB-B1F0-E1A642B0B1F2@xs4all.nl>
Date: 2012-09-13T15:06:35Z
From: Berend Hasselman
Subject: Zip a file
In-Reply-To: <1347538212889-4643012.post@n4.nabble.com>
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?
Berend