Learn R Programming

GENEAcore (version 1.1.2)

check_MPI: Print out a summary of MPI file(s)

Description

Function to print out a summary of an MPI (Measurement Process Information) file, or all MPI files found if a directory path is supplied.

Usage

check_MPI(input, print_output = TRUE)

Arguments

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.

Examples

Run this code
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