Available "sample_log"-Files
availableAutoSamplerFiles(sampleDirectory = getOrCreatePath("SAMPLE_DIR", dictionary), pattern = do_resolve("SAMPLE_CSV_PATTERN", dictionary), dictionary = NULL, warn = TRUE)
sampleDirectory | directory in which to look for sample files. By default the directory is looked up in the dictionary at keyword: SAMPLE_DIR |
---|---|
pattern | file name pattern to which file names are matched. By default pattern is looked up in the dictionary at keyword: SAMPLE_CSV_PATTERN |
dictionary | dictionary (list) with elements SAMPLE_DIR and SAMPLE_CSV_PATTERN |
warn | if TRUE, a warning is given if there are no sample files |