export_xlsx.mQR_matrix {JDCruncheR} | R Documentation |
Exporting mQR_matrix objects in Excel files
Description
To export several quality reports in Excel files
Usage
## S3 method for class 'mQR_matrix'
export_xlsx(
x,
export_dir = "./",
layout_file = c("ByComponent", "ByQRMatrix"),
file_extension = c(".xls", ".xlsx"),
layout = c("all", "modalities", "values", "combined"),
...
)
Arguments
x |
a |
export_dir |
export directory. |
layout_file |
export parameter. By default, ( |
file_extension |
possible values are |
layout |
elements of the report to export: see |
... |
other parameters of the function |
Value
Returns invisibly (via invisible(x)
) the same mQR_matrix
object as x
.
See Also
Other QR_matrix functions:
export_xlsx()
,
export_xlsx.QR_matrix()
,
extract_QR()
,
rbind.QR_matrix()
,
sort()
,
weighted_score()
[Package JDCruncheR version 0.2.4 Index]