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

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

Examples

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