The R Project SVN R

Rev

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

Rev 19028 Rev 21758
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", "DESCRIPTION"))
23
.Script("perl", "massage-Examples.pl",
-
 
24
        paste("tools", system.file("R-ex", package = "tools")))
24
}
25
}
25
\keyword{interface}
26
\keyword{interface}