Skip to contents

This function writes the provided data frame (new_master_sheets) to an Excel file specified by filename.

Usage

save_master_sheet(new_master_sheets, filepath)

Arguments

new_master_sheets

A data frame containing the master sheet data to be saved.

filepath

A string specifying the path and name of the Excel file to be created.

Value

No return value.

Examples

if (FALSE) { # \dontrun{
save_master_sheet(new_master_sheets, "output.xlsx")
} # }