write.matrix: Write Matrix

Description Usage Arguments Value Note Author(s) See Also

Description

The function writes data frame without colnames to a file, using '\t' as filed separator.

Usage

1
write.matrix(x, fn)

Arguments

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

Value

prints x to a file named by fn

Note

write.matrix() does not return rownames or colnames of x. No columns will be surrounded by double quotes.

Author(s)

Xia Shen

See Also

write.data.frame()


xiashen/sysubiostat documentation built on Aug. 30, 2020, 12:05 a.m.