export_xlsx.mQR_matrix: Exporting mQR_matrix objects in Excel files

View source: R/QR_export.R

export_xlsx.mQR_matrixR 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

amQR_matrix object to export.

export_dir

export directory.

layout_file

export parameter. By default, (layout_file = "ByComponent") and an Excel file is exported for each part of the quality report matrix (modalities and values matrices). To group both modalities and values reports/sheets into a single Excel file, use the option layout_file = "ByQRMatrix".

file_extension

possible values are ".xls" and ".xlsx".

layout

elements of the report to export: see export_xlsx.QR_matrix .

...

other parameters of the function export_xlsx.QR_matrix.

See Also

Traduction française

Other QR_matrix functions: export_xlsx.QR_matrix(), export_xlsx(), extract_QR(), rbind.QR_matrix(), sort(), weighted_score()


AQLT/JDCruncheR documentation built on March 20, 2024, 2:32 p.m.