write.xls {marray} | R Documentation |
Calls the function write.table with predefine argument. The entries in each line (row) are separated by tab.
write.xls(res, file = "test.xls", ...)
res |
the object to be written, typically a data frame. If not, it
is attempted to coerce x to a data frame. |
file |
a character string representing the file name. |
... |
further arguments to write.table . |
see write.table
Jean Yee Hwa Yang
data(swirl) write.xls(maM(swirl)[1:10,], "normM.xls")