gzip.GenericDataFileSet {R.filesets} | R Documentation |
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 |
Value
Returns (invisibly) itself.
Author(s)
Henrik Bengtsson
See Also
Internally gzip
and gunzip
are used.
For more information see GenericDataFileSet
.
[Package R.filesets version 2.15.1 Index]