The R Project SVN R

Rev

Rev 89867 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 89867 Rev 89998
Line 17... Line 17...
17
\details{
17
\details{
18
  The function returns the name of the source file being processed by
18
  The function returns the name of the source file being processed by
19
  \code{Sweave} or \code{Stangle} when the tool is invoked from the
19
  \code{Sweave} or \code{Stangle} when the tool is invoked from the
20
  command line through either:
20
  command line through either:
21
  \enumerate{
21
  \enumerate{
22
    \item an expression passed to \code{R -e} or \code{Rscript -e};
22
    \item an expression passed to \command{R -e} or \command{Rscript -e};
23
    \item \code{R CMD Sweave} or \code{R CMD Stangle}.
23
    \item \command{R CMD Sweave} or \command{R CMD Stangle}.
24
  }
24
  }
25
 
25
 
26
  In the first scenario, the filename must be the first, unnamed
26
  In the first scenario, the filename must be the first, unnamed
27
  argument to \code{Sweave} or \code{Stangle}.
27
  argument to \code{Sweave} or \code{Stangle}.
28
 
28