Skip to contents

The RAW path should not contain subfolders; the reason for this is that subfolders tend to have additional information in the folder name, which then makes the file less unique.

Usage

raw.checkNoSubfolders(pfad)

Arguments

pfad

path to the RAW folder

Value

TRUE if there are no subfolders

Examples

raw.checkNoSubfolders(raw.getSamplePath())
#> [1] TRUE