R/xtail-class.R
write.xtail.Rd
xtail results can be directly written to file using write.xtail
write.xtail
write.xtail(object, ...)
a xtail object
xtail
arguments passed onto resultsTable or write.table. Should be named arguments to avoid clashes.
resultsTable
write.table
invisible result from write.table
data(xtailres) write.xtail(xtailres, file = tempfile())