The R Project SVN R

Rev

Rev 62070 | Rev 64657 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 62070 Rev 62172
Line 11... Line 11...
11
\description{
11
\description{
12
  Extract files from or list a zip archive.
12
  Extract files from or list a zip archive.
13
}
13
}
14
\usage{
14
\usage{
15
unzip(zipfile, files = NULL, list = FALSE, overwrite = TRUE,
15
unzip(zipfile, files = NULL, list = FALSE, overwrite = TRUE,
16
      junkpaths = FALSE, exdir = ".", unzip = "internal", setTimes = FALSE)
16
      junkpaths = FALSE, exdir = ".", unzip = "internal",
-
 
17
      setTimes = FALSE)
17
}
18
}
18
\arguments{
19
\arguments{
19
  \item{zipfile}{The pathname of the zip file: tilde expansion (see
20
  \item{zipfile}{The pathname of the zip file: tilde expansion (see
20
    \code{\link{path.expand}}) will be performed.}
21
    \code{\link{path.expand}}) will be performed.}
21
 
22