Skip to contents

Searches a folder (and year) for files that could be invalid

Usage

raw.getInvalidFiles(pfad, year = ".*", recursive = FALSE)

Arguments

pfad

path to the RAW folder

year

limit to a particular year (currently ignored)

recursive

if TRUE, will also search sub-directories

Value

vector with filenames

Examples

raw.getInvalidFiles(raw.getSamplePath())
#> [1] "getAFMdbName.R"     "makeData.R"         "not-a-RAW-file.txt"
#> [4] "zzz.R"