extract.zip {ArrayExpress} | R Documentation |
extract.zip
extracts the files from a .zip archive in a
specific directory.
extract.zip(file, extract_path = dirname(file))
file |
A file name. |
extract_path |
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: <audrey@ebi.ac.uk>