load_control_file: Load Processing Control File

Description Usage Arguments Value Author(s)

View source: R/load_control_file.R

Description

Create a data.frame containing details of all of the subjects to be processed. Information is loaded from a CSV control file.

Usage

1
load_control_file(xFilename)

Arguments

xFilename

A full path and filename specifying from where to load the control file. The first line of the file must be a header containing the names of the 3 variables to be loaded. All subsequent lines contain 3 comma-separated values: (1) subject keyname, (2) PiB sub-directory identifier, and (3) Civet sub-directory identifier.

Value

A data.frame containing 3 values:

subject

Subject keyname, e.g., "trinity"

pibDir

PiB sub-directory identifier, e.g., "trinity-20100121"

civetDir

Civet sub-directory identifier, e.g., "trinity-20091118"

Author(s)

Jim Nikelski nikelski@bic.mni.mcgill.ca


jnikelski/beagle.statistics documentation built on May 19, 2019, 2:58 p.m.