extract.zip {ArrayExpress}R Documentation

Unzip archives in a specified directory

Description

extract.zip extracts the files from a .zip archive in a specific directory.

Usage

extract.zip(file, unzip = getOption("unzip"))

Arguments

file A file name.
unzip character string: the method to be used, an empty string indicates '"internal"'.

Value

Success is indicated by returning the directory in which the files have been extracted. If it fails, it returns an empty character string.

Author(s)

Audrey Kauffmann Maintainer: <audrey@ebi.ac.uk>


[Package ArrayExpress version 1.2.3 Index]