matrix.save_named_matrix_to_excel: Save a named matrix as an Excel file.

View source: R/matrix.R

matrix.save_named_matrix_to_excelR 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.


kidney.epi documentation built on April 4, 2025, 4:33 a.m.