export_xlsx.mQR_matrix | R Documentation |
To export several quality reports in Excel files
## S3 method for class 'mQR_matrix'
export_xlsx(
x,
export_dir,
layout_file = c("ByComponent", "ByQRMatrix", "AllTogether"),
auto_format = TRUE,
overwrite = TRUE,
...
)
x |
a |
export_dir |
export directory. |
layout_file |
export parameter. By default,
( |
auto_format |
logical indicating whether to format the output
( |
overwrite |
logical indicating whether to create an Excel file if it
doesn't exist yet ( |
... |
other unused arguments |
Returns invisibly (via invisible(x)
) the same
mQR_matrix
object as x
.
Traduction française
Other QR_matrix functions:
export_xlsx()
,
export_xlsx.QR_matrix()
,
extract_QR()
,
rbind.QR_matrix()
,
sort()
,
weighted_score()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.