Skip to contents

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

Vincent T van Hees <v.vanhees@accelting.com>

Examples

  if (FALSE) {
  datadir2fnames(datadir = "C:/mydatafolder",filelist=TRUE)
  }