| Line 17... |
Line 17... |
| 17 |
is attempted to coerce \code{x} to a data frame.}
|
17 |
is attempted to coerce \code{x} to a data frame.}
|
| 18 |
\item{file}{either a character string naming a file or a connection.
|
18 |
\item{file}{either a character string naming a file or a connection.
|
| 19 |
\code{""} indicates output to the console.}
|
19 |
\code{""} indicates output to the console.}
|
| 20 |
\item{append}{logical. If \code{TRUE}, the output is appended to the
|
20 |
\item{append}{logical. If \code{TRUE}, the output is appended to the
|
| 21 |
file. If \code{FALSE}, any existing file of the name is destroyed.}
|
21 |
file. If \code{FALSE}, any existing file of the name is destroyed.}
|
| 22 |
\item{quote}{a logical or a numeric vector. If \code{TRUE}, any
|
22 |
\item{quote}{a logical value or a numeric vector. If \code{TRUE}, any
|
| 23 |
character or factor columns will be surrounded by double quotes. If
|
23 |
character or factor columns will be surrounded by double quotes. If
|
| 24 |
a numeric vector, its elements are taken as the indices of the
|
24 |
a numeric vector, its elements are taken as the indices of the
|
| 25 |
variable (columns) to quote. In both cases, row and columns names
|
25 |
columns to quote. In both cases, row and column names
|
| 26 |
are quoted if they are written, but not if \code{quote is FALSE}.}
|
26 |
are quoted if they are written. If \code{FALSE}, nothing is quoted.}
|
| 27 |
\item{sep}{the field separator string. Values within each row of
|
27 |
\item{sep}{the field separator string. Values within each row of
|
| 28 |
\code{x} are separated by this string.}
|
28 |
\code{x} are separated by this string.}
|
| 29 |
\item{eol}{the character(s) to print at the end of each line (row).}
|
29 |
\item{eol}{the character(s) to print at the end of each line (row).}
|
| 30 |
\item{na}{the string to use for missing values in the data.}
|
30 |
\item{na}{the string to use for missing values in the data.}
|
| 31 |
\item{dec}{the string to use for decimal points.}
|
31 |
\item{dec}{the string to use for decimal points.}
|