.gunzip | R Documentation |
Decompress 'gzip' files.
.gunzip(
filename,
destname = gsub("[.]gz$", "", filename),
overwrite = FALSE,
remove = TRUE,
BFR.SIZE = 1e+07
)
filename |
Character vector with the files names to be decompressed |
destname |
The destination file. |
overwrite |
Logic (FALSE) indicating whether or not to overwrite a destfile of the same name. |
remove |
Logic (TRUE) indicating whether or not to remove the original file after completion. |
BFR.SIZE |
The size of the read buffer. |
This function is originally from the R packages 'R.utils'. Herein, the version as given by 'GEOquery' is incorporated.
Invisibly, the number of bytes read.
Original author: Henrik Bengtsson.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.