write_simple_table: write_simple_table

Description Usage Arguments Value Examples

View source: R/lib_network.R

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

1

Arguments

d

R data object

f

file path

...

further options passed on to write.table

Value

invisible (nothing is returned)

Examples

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

## End(Not run)

MTZimmer/RITAN documentation built on Feb. 21, 2020, 7:09 a.m.