\HeaderA{write.xls}{Data Output}{write.xls}
\keyword{file}{write.xls}
\begin{Description}\relax
Calls the function write.table with predefine argument.   The entries
in each line (row) are separated by tab.
\end{Description}
\begin{Usage}
\begin{verbatim}
write.xls(res, file = "test.xls", ...)
\end{verbatim}
\end{Usage}
\begin{Arguments}
\begin{ldescription}
\item[\code{res}] the object to be written, typically a data frame.  If not, it
is attempted to coerce \code{x} to a data frame.
\item[\code{file}] a character string representing the file name.
\item[\code{...}] further arguments to \code{\LinkA{write.table}{write.table}}.
\end{ldescription}
\end{Arguments}
\begin{Details}\relax
see \code{\LinkA{write.table}{write.table}}
\end{Details}
\begin{Author}\relax
Jean Yee Hwa Yang
\end{Author}
\begin{SeeAlso}\relax
\code{\LinkA{write.table}{write.table}}, \code{\LinkA{write.list}{write.list}}
\end{SeeAlso}
\begin{Examples}
\begin{ExampleCode}
data(swirl)
write.xls(maM(swirl)[1:10,], "normM.xls")
\end{ExampleCode}
\end{Examples}


