The R Project SVN R

Rev

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

Rev 27625 Rev 30461
Line 25... Line 25...
25
  qualified name, or simply the last component (or basename) of the
25
  qualified name, or simply the last component (or basename) of the
26
  application.
26
  application.
27
}
27
}
28
%\author{DTL}
28
%\author{DTL}
29
#ifdef unix
29
#ifdef unix
30
\seealso{\code{\link[utils]{BATCH}}}
30
\seealso{\code{\link{BATCH}}}
31
#endif
31
#endif
32
\examples{
32
\examples{
33
commandArgs()
33
commandArgs()
34
## Spawn a copy of this application as it was invoked.
34
## Spawn a copy of this application as it was invoked.
35
## system(paste(commandArgs(), collapse=" "))
35
## system(paste(commandArgs(), collapse=" "))