export_xlsx: Exporting QR_matrix or mQR_matrix objects in an Excel file

View source: R/QR_export.R

export_xlsxR Documentation

Exporting QR_matrix or mQR_matrix objects in an Excel file

Description

Exporting QR_matrix or mQR_matrix objects in an Excel file

Usage

export_xlsx(x, ...)

Arguments

x

a QR_matrix or mQR_matrix object.

...

other parameters of the function export_xlsx.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: export_xlsx.QR_matrix(), export_xlsx.mQR_matrix(), extract_QR(), rbind.QR_matrix(), sort(), weighted_score()


AQLT/JDCruncheR documentation built on April 5, 2025, 12:43 p.m.