The R Project SVN R

Rev

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

Rev 35705 Rev 37620
Line 24... Line 24...
24
  \item{\dots}{further arguments to be passed to \code{\link{system}}
24
  \item{\dots}{further arguments to be passed to \code{\link{system}}
25
    when invoking the interpreter on the script.}
25
    when invoking the interpreter on the script.}
26
}
26
}
27
\note{This function is for R internal use only.}
27
\note{This function is for R internal use only.}
28
\examples{
28
\examples{
-
 
29
## not useful on Windows, where the help is zipped.
29
.Script("perl", "massage-Examples.pl",
30
.Script("perl", "massage-Examples.pl",
30
        paste("tools", system.file("R-ex", package = "tools")))
31
        paste("tools", system.file("R-ex", package = "tools")))
31
}
32
}
32
\keyword{interface}
33
\keyword{interface}