Learn R Programming

cellHTS (version 1.42.0)

writeTab: Write the data from a cellHTS object to a tab-delimited file

Description

Write the data from a cellHTS object to a tab-delimited file.

Usage

writeTab(x, ...) "writeTab"(x, file=paste(x$name, "txt", sep="."), ...)

Arguments

x
a cellHTS object.
file
the name of the output file.
...
ignored.

Value

The name of the file that was written.

Details

This function is a wrapper for function write.table to write the data from a cellHTS object to a tab-delimited file.

Examples

Run this code
    data(KcViabSmall)     
    writeTab(KcViabSmall, file=tempfile())

Run the code above in your browser using DataLab