Save the MPI output into an Excel file format.
Usage
save_mpi(
.mpi_output,
.mpi_specs = getOption("mpi_specs"),
.filename = NULL,
.formatted_output = TRUE,
.include_table_summary = TRUE,
.include_specs = FALSE
)
Arguments
- .mpi_output
An object derived from compute_mpi.
- .mpi_specs
MPI specifications defined in
define_mpi_specs
.- .filename
Output filename
- .formatted_output
Whether formatting is to be applied to the output.
- .include_table_summary
NOT YET IMPLEMENTED. Whether to include summary information in the generated output.
- .include_specs
Whether to include MPI specification in the generated output.