| check_MPI | R Documentation |
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)
input |
Fully qualified path to a MPI file or a directory containing MPI files, the directory is searched recursively. |
print_output |
Boolean to print MPI summary to console. |
## Not run:
check_MPI("fully qualified path to a directory structure containing MPI files")
check_MPI("fully qualified path to a MPI file")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.