The R Project SVN R

Rev

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

Rev 87291 Rev 88581
Line 42... Line 42...
42
    connection.}
42
    connection.}
43
  \item{sep}{a string used to separate columns.  Using \code{sep = "\t"}
43
  \item{sep}{a string used to separate columns.  Using \code{sep = "\t"}
44
    gives tab delimited output; default is \code{" "}.}
44
    gives tab delimited output; default is \code{" "}.}
45
}
45
}
46
\references{
46
\references{
47
  Becker, R. A., Chambers, J. M. and Wilks, A. R. (1988)
47
  \bibshow{R:Becker+Chambers+Wilks:1988}
48
  \emph{The New S Language}.
-
 
49
  Wadsworth & Brooks/Cole.
-
 
50
}
48
}
51
\seealso{
49
\seealso{
52
  \code{write} is a wrapper for \code{\link{cat}}, which gives further
50
  \code{write} is a wrapper for \code{\link{cat}}, which gives further
53
  details on the format used.
51
  details on the format used.
54
 
52