| 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-2022 R Core Team
|
3 |
% Copyright 1995-2022 R Core Team
|
| 4 |
% Distributed under GPL 2 or later
|
4 |
% Distributed under GPL 2 or later
|
| 5 |
|
5 |
|
| - |
|
6 |
\newcommand{\I}{#1}
|
| - |
|
7 |
|
| 6 |
\name{Rscript}
|
8 |
\name{Rscript}
|
| 7 |
\alias{Rscript}
|
9 |
\alias{Rscript}
|
| 8 |
\title{Scripting Front-End for R}
|
10 |
\title{Scripting Front-End for R}
|
| 9 |
\description{
|
11 |
\description{
|
| 10 |
This is an alternative front end for use in \samp{#!} scripts and
|
12 |
This is an alternative front end for use in \samp{#!} scripts and
|
| Line 34... |
Line 36... |
| 34 |
\option{--no-echo --no-restore} are always supplied: these imply
|
36 |
\option{--no-echo --no-restore} are always supplied: these imply
|
| 35 |
\option{--no-save}. Arguments that contain spaces cannot be specified
|
37 |
\option{--no-save}. Arguments that contain spaces cannot be specified
|
| 36 |
directly on the \samp{#!} line, because spaces and tabs are interpreted as
|
38 |
directly on the \samp{#!} line, because spaces and tabs are interpreted as
|
| 37 |
delimiters and there is no way to protect them from this interpretation on
|
39 |
delimiters and there is no way to protect them from this interpretation on
|
| 38 |
the \samp{#!} line. (The standard Windows command line has no concept
|
40 |
the \samp{#!} line. (The standard Windows command line has no concept
|
| 39 |
of \samp{#!} scripts, but Cygwin shells do.)
|
41 |
of \samp{#!} scripts, but \I{Cygwin} shells do.)
|
| 40 |
|
42 |
|
| 41 |
\emph{Either} one or more \option{-e} options or \code{file} should
|
43 |
\emph{Either} one or more \option{-e} options or \code{file} should
|
| 42 |
be supplied. When using \option{-e} options be aware of the quoting
|
44 |
be supplied. When using \option{-e} options be aware of the quoting
|
| 43 |
rules in the shell used: see the examples.
|
45 |
rules in the shell used: see the examples.
|
| 44 |
|
46 |
|