The R Project SVN R

Rev

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

Rev 30461 Rev 34892
Line 24... Line 24...
24
  exact form of this element is platform dependent.  It may be the fully
24
  exact form of this element is platform dependent.  It may be the fully
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
\seealso{\code{\link{Startup}}
29
#ifdef unix
30
#ifdef unix
30
\seealso{\code{\link{BATCH}}}
31
\code{\link{BATCH}}
31
#endif
32
#endif
-
 
33
}
32
\examples{
34
\examples{
33
commandArgs()
35
commandArgs()
34
## Spawn a copy of this application as it was invoked.
36
## Spawn a copy of this application as it was invoked.
35
## system(paste(commandArgs(), collapse=" "))
37
## system(paste(commandArgs(), collapse=" "))
36
}
38
}