g.extractheadervars {GGIR} | R Documentation |
Extracts header variables from header object
Description
Function is not intended for direct interaction by package end user
Usage
g.extractheadervars(I)
Arguments
I |
Object produced by g.inspectfile |
Value
ID = participant identifier
iid = investigator identifier
HN = handedness
BodyLocation = Attachement location of the sensor
SX = sex
deviceSerialNumber = serial number
Author(s)
Vincent T van Hees <v.vanhees@accelting.com>
Examples
data(data.inspectfile)
headervars = g.extractheadervars(I=data.inspectfile)
[Package GGIR version 3.2-6 Index]