write.tbl {cmapR}R Documentation

Write a data.frame to a tab-delimited text file

Description

Write a data.frame to a tab-delimited text file

Usage

write.tbl(...)

write_tbl(tbl, ofile, ...)

Arguments

...

additional arguments passed on to write.table

tbl

the data.frame to be written

ofile

the desired file name

Details

This method simply calls write.table with some preset arguments that generate a unquoated, tab-delimited file without row names.

Value

silently returns NULL

See Also

write.table

Examples

## Not run: 
write_tbl(cdesc_char, "col_meta.txt")

## End(Not run)


[Package cmapR version 1.2.1 Index]