extract.zip {ArrayExpress} | R Documentation |
extract.zip
extracts the files from a .zip archive in a
specific directory.
extract.zip(file, unzip = getOption("unzip"))
file |
A file name. |
unzip |
character string: the method to be used, an empty string indicates '"internal"'. |
Success is indicated by returning the directory in which the
files have been extracted. If it fails, it returns an empty
character string.
Audrey Kauffmann Maintainer: <audrey@ebi.ac.uk>