exportXLS: Export to Excel File

View source: R/exportXLS.R

exportXLSR Documentation

Export to Excel File

Description

Export one or all parts of a binning class object to an Excel spreadsheet with multiple worksheets.

Usage

exportXLS(x, which, file, ...)

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 sheets of the file named in file.

file

The Excel files

...

Additional parameters passed to WriteXLS() (e.g., BoldHeaderRow = TRUE to get a bold header row).

Details

The exportXLS() requires that the WriteXLS package is installed and working correctly. Refer to the file INSTALL page in the WriteXLS package for additional details (http://cran.r-project.org/web/packages/WriteXLS/INSTALL). To make sure that your installation is complete, load the WriteXLS package and execute testPerl().

The "times" tab includes the beginning times for all the bins (columns) in the 1 or 4 preceeding tabs.

Author(s)

Kevin Middleton (middletonk@missouri.edu)

See Also

binning, WriteXLS

Examples

# Uncomment and run.
#example(bin.running)
#exportXLS(A.aggr, "R.xls", "all")
#exportXLS(A.aggr, "R.xls", "rpm")


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