Description Usage Arguments Value Author(s) Examples
View source: R/g.getidfromheaderobject.R
Extracts participant identifier from header object, if it can not be found then the filename is used as identifier. Function is not intended for direct interaction by package end user
1 | g.getidfromheaderobject(filename,header,dformat,mon)
|
filename |
File name |
header |
header object as extracted with g.inspectfile |
dformat |
Data format code, same as for g.dotorcomma |
mon |
Monitor code, same as for g.dotorcomma |
Participant identifier as character
Vincent T van Hees <vincentvanhees@gmail.com>
1 2 3 4 | ## Not run:
g.getidfromheaderobject(filename="C:/myfile.bin",header,dformat=2,mon=2)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.