Learn R Programming

quantable (version 0.3.6)

write.tab: write table in tab delimited no quotes no row.names (usefull for exporting i.e. list of foldchanges) uses write.table TODO : validate if not redundant with other write functions

Description

write table in tab delimited no quotes no row.names (usefull for exporting i.e. list of foldchanges) uses write.table TODO : validate if not redundant with other write functions

Usage

write.tab(x, file)

Arguments

x

vector to write

file

file to write to