Exporting QR_matrix or mQR_matrix objects in an Excel file
Arguments
- x
a
QR_matrixormQR_matrixobject.- ...
other parameters of the function
write.QR_matrix.
Value
If x is a mQR_matrix, the function returns invisibly
(via invisible(x)) the same mQR_matrix object as
x.
Else if x is a QR_matrix, the function returns
invisibly (via invisible(x)) a workbook object created by
XLConnect::loadWorkbook() for further manipulation.
See also
Other QR_matrix functions:
extract_QR(),
rbind.QR_matrix(),
sort,
weighted_score(),
write.JVS_matrix(),
write.QR_matrix(),
write.mQR_matrix()