## S3 method for class 'default':
bunzip2(filename, destname=gsub("[.]bz2$", "", filename), overwrite=FALSE, remove=TRUE, BFR.SIZE=1e+07, ...)overwrite is TRUE the file is silently overwritting, otherwise
   an exception is thrown.TRUE, the input file is removed afterward,
   otherwise not.bzfile() (see connections) is used to
  read chunks of the bzip2'ed file, which are then written to the output
  file.