ExportFile: Export an object into a csv text file

Description Usage Arguments Details Note Author(s) See Also

Description

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

Usage

1
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


mbask/treeglia documentation built on May 21, 2019, 2:26 p.m.