find.unprocessed: Finds Unprocessed files based on file names

View source: R/import-data.R

find.unprocessedR Documentation

Finds Unprocessed files based on file names

Description

Finds files that exist in a raw directory, which do not have a counterpart in a processed directory. Files names are expected to have the same file name i.e. foo_bar.fb <-> foo_bar.bf

Usage

find.unprocessed(dir.raw, dir.processed, input.file.extension = "")

Arguments

dir.raw

Directory location for the raw directory.

dir.processed

Directory location for the processed directory.

input.file.extension

File extension to look for (empty string to disregard (standard))

Value

raw file names


PennStateDEPENdLab/experiment.pipeline documentation built on April 14, 2024, 9:37 p.m.