exportXLS | R Documentation |
Export one or all parts of a binning class object to an Excel spreadsheet with multiple worksheets.
exportXLS(x, which, file, ...)
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 |
The Excel files |
... |
Additional parameters passed to |
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.
Kevin Middleton (middletonk@missouri.edu)
binning
, WriteXLS
# Uncomment and run.
#example(bin.running)
#exportXLS(A.aggr, "R.xls", "all")
#exportXLS(A.aggr, "R.xls", "rpm")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.