The R Project SVN R

Rev

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

Rev 77228 Rev 80667
Line 1... Line 1...
1
% File src/library/utils/man/Rscript.Rd
1
% File src/library/utils/man/Rscript.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-2017 R Core Team
3
% Copyright 1995-2021 R Core Team
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\name{Rscript}
6
\name{Rscript}
7
\alias{Rscript}
7
\alias{Rscript}
8
\title{Scripting Front-End for R}
8
\title{Scripting Front-End for R}
Line 18... Line 18...
18
    can be any of the options of the standard \R front-end, and also those
18
    can be any of the options of the standard \R front-end, and also those
19
    described in the details.}
19
    described in the details.}
20
  \item{expr, expr2}{\R expression(s), properly quoted.}
20
  \item{expr, expr2}{\R expression(s), properly quoted.}
21
  \item{file}{the name of a file containing \R commands.  \samp{-}
21
  \item{file}{the name of a file containing \R commands.  \samp{-}
22
    indicates \file{stdin}.}
22
    indicates \file{stdin}.}
23
  \item{args}{arguments to be passed to the script in \code{file}.}
23
  \item{args}{arguments to be passed to the script in \code{file} or
-
 
24
    expressions supplied via \option{-e}.}
24
}
25
}
25
\details{
26
\details{
26
  \command{Rscript --help} gives details of usage, and
27
  \command{Rscript --help} gives details of usage, and
27
  \command{Rscript --version} gives the version of \command{Rscript}.
28
  \command{Rscript --version} gives the version of \command{Rscript}.
28
 
29