Save px object as an Excel workbook
save_px_as_xlsx(x, path, save_data, data_path)Nothing
A px object
Path to save Excel workbook
If FALSE, no 'Data' sheet is created in the Excel workbook.
Can only be used if path is an .xlsx file.
Path to an .rds or .parquet file to save data table at.
Can only be used if path is an .xlsx or .R file, and save_data is
TRUE.