write.xtail: Write xtail results as table

View source: R/xtail-class.R

write.xtailR Documentation

Write xtail results as table

Description

xtail results can be directly written to file using write.xtail

Usage

write.xtail(object, ...)

Arguments

object

a xtail object

...

arguments passed onto resultsTable or write.table. Should be named arguments to avoid clashes.

Value

invisible result from write.table

See Also

write.table

Examples

data(xtailres)
write.xtail(xtailres, file = tempfile())

xryanglab/xtail documentation built on April 13, 2022, 2:34 p.m.