writeSimpleTabCsv {ddCt}R Documentation

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

Author(s)

Wolfgang Huber


[Package ddCt version 1.42.0 Index]