extract.zip {ArrayExpress} | R Documentation |
extract.zip
extracts the files from a .zip archive in a
specific directory.
extract.zip(file, extractpath = dirname(file)[1])
file |
A file name. |
extractpath |
A path to define where the files are to be extracted. |
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: <kauffmann@bergonie.org>