Skip to contents

Writing QR to files

Usage

write(x, ...)

Arguments

x

a JVS_matrix, a QR_matrix or mQR_matrix object.

...

other parameters of the function write.QR_matrix or write.JVS_matrix.

Value

If x is a JVS_matrix or a mQR_matrix, the function returns invisibly (via invisible(x)) the same object as x. Else if x is a QR_matrix, the function returns invisibly (via invisible()) a workbook object created by openxlsx::loadWorkbook() for further manipulation.