The R Project SVN R

Rev

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

Rev 77107 Rev 90060
Line 23... Line 23...
23
  \item{append}{logical.  If \code{file} a file name or unopened
23
  \item{append}{logical.  If \code{file} a file name or unopened
24
    connection, append or overwrite?}
24
    connection, append or overwrite?}
25
  \item{type, split}{are passed to \code{\link{sink}()}, see there.}
25
  \item{type, split}{are passed to \code{\link{sink}()}, see there.}
26
}
26
}
27
\details{
27
\details{
28
  It works via \code{\link{sink}(<file connection>)} and hence the \R code
28
  It works via \code{\link{sink}(\var{file_connection})} and hence the \R code
29
  in \code{dots} must \emph{not} interfere with the connection (e.g., by
29
  in \code{dots} must \emph{not} interfere with the connection (e.g., by
30
  calling \code{\link{closeAllConnections}()}).
30
  calling \code{\link{closeAllConnections}()}).
31
 
31
 
32
  An attempt is made to write output as far as possible to \code{file}
32
  An attempt is made to write output as far as possible to \code{file}
33
  if there is an error in evaluating the expressions, but for
33
  if there is an error in evaluating the expressions, but for