dumpTable: Write a simple table

Description Usage Arguments Author(s) See Also

View source: R/dumpTable.r

Description

dumpTable() just exports any simple table, perhaps containing the biological data for your individuals

Usage

1
dumpTable(x, filename, row.names = FALSE, sep = "\t")

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.

filename

either a character string naming a file or a connection open for writing. "" indicates output to the console.

row.names

either a logical value indicating whether the row names of x are to be written along with x, or a character vector of row names to be written

sep

the field separator string. Values within each row of x are separated by this string.

Author(s)

Eric Grau and Mike Ackerman

See Also

write.table


mackerman44/idfgen documentation built on May 21, 2019, 10:51 a.m.