matrix.save_named_matrix_to_excel {kidney.epi} | R Documentation |
Save a named matrix as an Excel file.
Description
Save a named matrix as an Excel file.
Usage
matrix.save_named_matrix_to_excel(
matrix_data,
file_path,
sheet_name = "Sheet1",
save_type = "new"
)
Arguments
matrix_data |
matrix. Matrix for saving. |
file_path |
character. Path to the Excel file. |
sheet_name |
character. Name of the Excel sheet. |
save_type |
character. Defines whether the Excel file should be created or overwritten (save_type = "new"), or new sheet should be added to the existing Excel file (save_type = "add"). |
Details
Save a named matrix as an Excel file.
Value
Excel file saved to a specified folder.
[Package kidney.epi version 1.4.0 Index]