The R Project SVN R

Rev

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

Rev 74546 Rev 74821
Line 14... Line 14...
14
\arguments{
14
\arguments{
15
  \item{x}{the data to be written out, usually an atomic vector.}
15
  \item{x}{the data to be written out, usually an atomic vector.}
16
  \item{file}{a \code{\link{connection}}, or a character string naming
16
  \item{file}{a \code{\link{connection}}, or a character string naming
17
    the file to write to.  If \code{""}, print to the standard output
17
    the file to write to.  If \code{""}, print to the standard output
18
    connection.
18
    connection.
-
 
19
 
19
#ifdef unix
20
    When \code{\link{.Platform}$OS.type != "windows"}, and it
20
    If it is \code{"|cmd"}, the output is piped to the command given
21
    is \code{"|cmd"}, the output is piped to the command given
21
    by \file{cmd}.
22
    by \file{cmd}.
22
#endif
-
 
23
  }
23
  }
24
  \item{ncolumns}{the number of columns to write the data in.}
24
  \item{ncolumns}{the number of columns to write the data in.}
25
  \item{append}{if \code{TRUE} the data \code{x} are appended to the
25
  \item{append}{if \code{TRUE} the data \code{x} are appended to the
26
    connection.}
26
    connection.}
27
  \item{sep}{a string used to separate columns.  Using \code{sep = "\t"}
27
  \item{sep}{a string used to separate columns.  Using \code{sep = "\t"}