The R Project SVN R

Rev

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

Rev 90240 Rev 90304
Line 212... Line 212...
212
      or similar statements.}
212
      or similar statements.}
213
 
213
 
214
    \item{split:}{logical (\code{FALSE}).  If \code{TRUE}, text output
214
    \item{split:}{logical (\code{FALSE}).  If \code{TRUE}, text output
215
      is written to separate files for each code chunk.}
215
      is written to separate files for each code chunk.}
216
 
216
 
217
    \item{strip.white:}{character string (\code{"true"}).  If
217
    \item{strip.white:}{logical (\code{TRUE}) or character string
218
      \code{"true"}, blank lines at the beginning and end of output are
218
      (\code{"true"}). If \code{TRUE} or \code{"true"}, blank lines at
219
      removed.  If \code{"all"}, then all blank lines are removed from
219
      the beginning and end of output are removed. If \code{"all"}, then
-
 
220
      all blank lines are removed from the output. If \code{FALSE} or
220
      the output.  If \code{"false"} then blank lines are retained.
221
      \code{"false"}, then blank lines are retained.
221
 
222
 
222
      A \sQuote{blank line} is one that is empty or includes only
223
      A \sQuote{blank line} is one that is empty or includes only
223
      whitespace (spaces and tabs).
224
      whitespace (spaces and tabs).
224
 
225
 
225
      Note that blank lines in a code chunk will usually produce a
226
      Note that blank lines in a code chunk will usually produce a