Learn R Programming

R.filesets (version 2.15.1)

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 GenericDataFileSet
gzip(this, ...)
 # S3 method for GenericDataFileSet
gunzip(this, ...)

Value

Returns (invisibly) itself.

Arguments

...

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

Author

Henrik Bengtsson

See Also

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