ExportFile {treeglia} | R Documentation |
Saves a csv text file containing the object passed as argument.
ExportFile(SAdata, filename, ...)
... |
any argument to be passed to write.table |
SAdata |
a data.frame object to be saved to disk, may be either a stem-analysis, age table, or whatever R object. |
filename |
a string giving the name of the file to save |
The function creates a csv text file. Csv files can easily be openend by any spreadsheet program.
ExportFile
is just a wrapper for write.table
.
Marco Bascietto