powered by
Function to print out a summary of an MPI (Measurement Process Information) file, or all MPI files found if a directory path is supplied.
check_MPI(input, print_output = TRUE)
Fully qualified path to a MPI file or a directory containing MPI files, the directory is searched recursively.
Boolean to print MPI summary to console.
if (FALSE) { check_MPI("fully qualified path to a directory structure containing MPI files") check_MPI("fully qualified path to a MPI file") }
Run the code above in your browser using DataLab