Rdocumentation
powered by
Learn R Programming
ddCt (version 1.28.0)
writeSimpleTabCsv: Write a data frame into a tab delimited file
Description
Write a 'data.frame' into a tab delimited file (not quoted and no-row-name TSV file)
Usage
writeSimpleTabCsv(x, file, ...)
Arguments
x
'data.frame'
file
character. File name.
...
Additional arguments passed onto the function
Value
The function is called for its side effect: writing a file