The R Project SVN R

Rev

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

Rev 71713 Rev 74522
Line 1... Line 1...
1
% File src/library/utils/man/unzip.Rd
1
% File src/library/utils/man/unzip.Rd
2
% Part of the R package, https://www.R-project.org
2
% Part of the R package, https://www.R-project.org
3
% Copyright 1995-2016 R Core Team
3
% Copyright 1995-2018 R Core Team
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\name{unzip}
6
\name{unzip}
7
\alias{unzip}
7
\alias{unzip}
8
\title{
8
\title{
Line 24... Line 24...
24
    the default is to extract all files.}
24
    the default is to extract all files.}
25
 
25
 
26
  \item{list}{If \code{TRUE}, list the files and extract none.  The
26
  \item{list}{If \code{TRUE}, list the files and extract none.  The
27
    equivalent of \command{unzip -l}.}
27
    equivalent of \command{unzip -l}.}
28
 
28
 
29
  \item{overwrite}{If \code{TRUE}, overwrite existing files, otherwise
29
  \item{overwrite}{If \code{TRUE}, overwrite existing files (the equivalent
30
    ignore such files.  The equivalent of \command{unzip -o}.}
30
    of \command{unzip -o}), otherwise ignore such files (the equivalent of
-
 
31
    \command{unzip -n}).}
31
 
32
 
32
  \item{junkpaths}{If \code{TRUE}, use only the basename of the stored
33
  \item{junkpaths}{If \code{TRUE}, use only the basename of the stored
33
    filepath when extracting.  The equivalent of \command{unzip -j}.}
34
    filepath when extracting.  The equivalent of \command{unzip -j}.}
34
 
35
 
35
  \item{exdir}{The directory to extract files to (the equivalent of
36
  \item{exdir}{The directory to extract files to (the equivalent of