write.data.frame: Write Data Frame

Description Usage Arguments Value Note Author(s) See Also

Description

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

Usage

1

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.data.frame() does not return rownames of x. No columns will be surrounded by double quotes.

Author(s)

Xia Shen

See Also

write.matrix()


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