Returns all invalid RAW files
raw.getInvalidFiles.Rd
Searches a folder (and year) for files that could be invalid
Arguments
- pfad
path to the RAW folder
- year
limit to a particular year (currently ignored)
- recursive
if
TRUE
, will also search sub-directories
Examples
raw.getInvalidFiles(raw.getSamplePath())
#> [1] "getAFMdbName.R" "makeData.R" "not-a-RAW-file.txt"
#> [4] "zzz.R"