exportCSV: Export to .csv Files

Description Usage Arguments Details Author(s) See Also Examples

Description

Export one or all parts of a binning class object to one or more csv files.

Usage

1
exportCSV(x, which, filePrefix = "Rout_")

Arguments

x

An object of class binning to export

which

One of "run", "max", "rpm", "int", or "all". If "all" is selected, all of the binned parameters will be exported to separate .csv files.

filePrefix

A string indicating the prefix for the .csv files to be written.

Details

At least two files are always written, using the prefix specified by filePrefix. The "...times.csv" file includes the beginning times for all the bins in the other 1 or 4 files.

Author(s)

Kevin Middleton (middletonk@missouri.edu)

See Also

binning, write.csv

Examples

1
2
3
4
# Uncomment and run.
#example(bin.running)
#exportCSV(x, "R", "all")
#exportCSV(x, "R", "rpm")

kmiddleton/binning documentation built on May 20, 2019, 12:51 p.m.