exportCSV: Export to .csv Files

View source: R/exportCSV.R

exportCSVR Documentation

Export to .csv Files

Description

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

Usage

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

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


kmiddleton/binning documentation built on June 14, 2025, 11:02 a.m.