| gzip.GenericDataFileSet | R Documentation |
Compresses/uncompresses a set of files using gzip compression.
When compressing (uncompressing), each of the GenericDataFile
of the file set are compressed (uncompressed).
## S3 method for class 'GenericDataFileSet'
gzip(this, ...)
## S3 method for class 'GenericDataFileSet'
gunzip(this, ...)
... |
Arguments passed to |
Returns (invisibly) itself.
Henrik Bengtsson
Internally gzip and gunzip are used.
For more information see GenericDataFileSet.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.