The R Project SVN R

Rev

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

Rev 71830 Rev 74831
Line 79... Line 79...
79
  values in parentheses show the default values):
79
  values in parentheses show the default values):
80
  \describe{
80
  \describe{
81
    \item{engine:}{character string (\code{"R"}).  Only chunks with
81
    \item{engine:}{character string (\code{"R"}).  Only chunks with
82
      \code{engine} equal to \code{"R"} or \code{"S"} are processed.}
82
      \code{engine} equal to \code{"R"} or \code{"S"} are processed.}
83
 
83
 
84
    \item{keep.source:}{logical (\code{TRUE}).  If \code{keep.source ==
84
    \item{keep.source:}{logical (\code{TRUE}).  If
85
      TRUE} the original source is copied to the file.  Otherwise,
85
      \code{keep.source == TRUE} the original source is copied to the
86
      deparsed source is output.}
86
      file.  Otherwise, deparsed source is output.}
87
 
87
 
88
    \item{eval:}{logical (\code{TRUE}).  If \code{FALSE}, the code chunk
88
    \item{eval:}{logical (\code{TRUE}).  If \code{FALSE}, the code chunk
89
      is copied across but commented out.}
89
      is copied across but commented out.}
90
 
90
 
91
    \item{prefix}{Used if \code{split = TRUE}.  See \code{prefix.string}.}
91
    \item{prefix}{Used if \code{split = TRUE}.  See \code{prefix.string}.}