gunzip               package:GEOquery               R Documentation

_G_u_n_z_i_p _a _f_i_l_e

_D_e_s_c_r_i_p_t_i_o_n:

     gunzip a file

_U_s_a_g_e:

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

_A_r_g_u_m_e_n_t_s:

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

_D_e_t_a_i_l_s:

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

_V_a_l_u_e:

     Invisibly, the number of bytes read.

_A_u_t_h_o_r(_s):

     Original author: Henrik Bengtsson

_S_e_e _A_l_s_o:

     'gzfile'

