gzip.GenericDataFileSet: Compresses/uncompresses a set of files

gzip.GenericDataFileSetR 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 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.


HenrikBengtsson/R.filesets documentation built on Jan. 31, 2024, 8:11 a.m.