Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

gzip.GenericDataFileSet

Compresses/uncompresses a set of files


Description

Compresses/uncompresses a set of files using gzip compression. When compressing (uncompressing), each of the GenericDataFile of the file set are compressed (uncompressed).

Usage

## S3 method for class 'GenericDataFileSet'
gzip(this, ...)
 ## S3 method for class 'GenericDataFileSet'
gunzip(this, ...)

Arguments

...

Arguments passed to gzip()/gunzip() on each of the GenericDataFile entries.

Value

Returns (invisibly) itself.

Author(s)

Henrik Bengtsson

See Also

Internally gzip and gunzip are used. For more information see GenericDataFileSet.


R.filesets

Easy Handling of and Access to Files Organized in Structured Directories

v2.14.0
LGPL (>= 2.1)
Authors
Henrik Bengtsson [aut, cre, cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.