Rdocumentation
powered by
Learn R Programming
phenoTest (version 1.20.0)
export2CSV: Export object to comma-separated text file.
Description
Saves object as comma-separated text file (CSV), using
write.csv
.
Usage
export2CSV(x, file, row.names=FALSE, ...)
Arguments
x
object to be exported. Currently methods for objects of class epheno (produced with ExpressionPhenoTest function) are implemented.
file
Name of the file where the results are to be saved
row.names
Passed on to
write.csv
...
Other arguments to be passed on to
write.csv