\name{extract.zip} \alias{extract.zip} \docType{data} \title{ Unzip archives in a specified directory } \description{ \code{extract.zip} extracts the files from a .zip archive in a specific directory. } \usage{ extract.zip(file, unzip = getOption("unzip")) } \arguments{ \item{file}{ A file name. } \item{unzip}{ character string: the method to be used, an empty string indicates '"internal"'. } } \value{ \code{ Success is indicated by returning the directory in which the files have been extracted. If it fails, it returns an empty character string.} } \author{ Audrey Kauffmann Maintainer: } \keyword{datasets}