write_simple_table {RITAN}R Documentation

write_simple_table

Description

This is a simple wrapper around "write.table" that writes a tab-delimited table with column names, no quoting, and no row names.

Usage

write_simple_table(d = NULL, f = NULL, ...)

Arguments

d

R data object

f

file path

...

further options passed on to write.table

Value

invisible (nothing is returned)

Examples

## Not run: 
simple wrapper around write.table for writing a tab-delimieted, no row names, tab-seperated file

## End(Not run)

[Package RITAN version 1.6.0 Index]