Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

write.xls

Data Output


Description

Calls the function write.table with predefine argument. The entries in each line (row) are separated by tab.

Usage

write.xls(res, file = "test.xls", ...)

Arguments

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.

Details

Author(s)

Jean Yee Hwa Yang

See Also

Examples

data(swirl)
write.xls(maM(swirl)[1:10,], "normM.xls")

marray

Exploratory analysis for two-color spotted microarray data

v1.68.0
LGPL
Authors
Yee Hwa (Jean) Yang <jeany@maths.usyd.edu.au> with contributions from Agnes Paquet and Sandrine Dudoit.
Initial release
2009-08-15

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.