Description Usage Arguments Details Value Author(s) See Also Examples
gunzip a file
1 2 |
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.... |
This function was stripped out of R.utils due to breaking some stuff on the bioconductor build machine.
Invisibly, the number of bytes read.
Original author: Henrik Bengtsson
1 | # gunzip('file.gz',remove=FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.