Description Usage Arguments Value Note Author(s) See Also
The function writes data frame without colnames to a file, using '\t' as filed separator.
1 | write.matrix(x, fn)
|
x |
the object to be written, preferably a matrix or data frame. If not, it is attempted to coerce x to a data frame. |
fn |
a character string naming a file |
prints x to a file named by fn
write.matrix() does not return rownames or colnames of x. No columns will be surrounded by double quotes.
Xia Shen
write.data.frame()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.