ExportFile {treeglia}R Documentation

Export an object into a csv text file

Description

Saves a csv text file containing the object passed as argument.

Usage

ExportFile(SAdata, filename, ...)

Arguments

... 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

Details

The function creates a csv text file. Csv files can easily be openend by any spreadsheet program.

Note

ExportFile is just a wrapper for write.table.

Author(s)

Marco Bascietto

See Also

ImportRW


[Package treeglia version 1.0.1 Index]