datadir2fnames {GGIR} | R Documentation |
Generates vector of file names out of datadir input argument
Description
Uses input argument datadir from g.part1 and the output from isfilelist to generate vector of filenames
Usage
datadir2fnames(datadir,filelist)
Arguments
datadir |
See g.part1 |
filelist |
Produced by isfilelist |
Value
Character vector of filenames
Author(s)
Vincent T van Hees <v.vanhees@accelting.com>
Examples
## Not run:
datadir2fnames(datadir = "C:/mydatafolder",filelist=TRUE)
## End(Not run)
[Package GGIR version 3.2-6 Index]