gunzip: Gunzip a file

Description Usage Arguments Details Value Author(s) See Also Examples

View source: R/getGEOfile.R

Description

gunzip a file

Usage

1
2
gunzip(filename, destname = gsub("[.]gz$", "", filename), overwrite = FALSE,
  remove = TRUE, BFR.SIZE = 1e+07)

Arguments

filename

The filename to be unzipped

destname

The destination file

overwrite

Boolean indicating whether or not to overwrite a destfile of the same name

remove

Boolean indicating whether or not to remove the original file after completion

BFR.SIZE

The size of the read buffer....

Details

This function was stripped out of R.utils due to breaking some stuff on the bioconductor build machine.

Value

Invisibly, the number of bytes read.

Author(s)

Original author: Henrik Bengtsson

See Also

gzfile

Examples

1
# gunzip('file.gz',remove=FALSE)

GEOquery documentation built on Nov. 8, 2020, 5:18 p.m.