powered by
Save the MPI output into an Excel file format.
save_mpi( .mpi_output, .mpi_specs = getOption("mpi_specs"), .filename = NULL, .formatted_output = TRUE, .include_table_summary = TRUE, .include_specs = FALSE )
Returns the file location of the output generated.
An object derived from compute_mpi.
MPI specifications defined in define_mpi_specs.
define_mpi_specs
Output filename
Whether formatting is to be applied to the output.
NOT YET IMPLEMENTED. Whether to include summary information in the generated output.
Whether to include MPI specification in the generated output.
if (FALSE) { # It requires an MPI output (list type) in the first argument save_mpi(mpi_result, .filename = "MPI Sample Output") }
Run the code above in your browser using DataLab