The R Project SVN R

Rev

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

Rev 17028 Rev 19028
Line 18... Line 18...
18
  \item{\dots}{further arguments to be passed to \code{\link{system}}
18
  \item{\dots}{further arguments to be passed to \code{\link{system}}
19
    when invoking the interpreter on the script.}
19
    when invoking the interpreter on the script.}
20
}
20
}
21
\note{This function is for R internal use only.}
21
\note{This function is for R internal use only.}
22
\examples{
22
\examples{
23
.Script("perl", "maketitle.pl", file.path(.Library, "base", "TITLE"))
23
.Script("perl", "maketitle.pl", file.path(.Library, "base", "DESCRIPTION"))
24
}
24
}
25
\keyword{interface}
25
\keyword{interface}