write_tbl: Write a 'data.frame' to a tab-delimited text file

Description Usage Arguments Details Value See Also Examples

View source: R/io.R

Description

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

Usage

1
2
3
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

1
2
3
4
## Not run: 
write_tbl(cdesc_char, "col_meta.txt")

## End(Not run)

cmapR documentation built on Dec. 12, 2020, 2 a.m.