remove.files: Remove Recording Files

Description Usage Arguments Examples

View source: R/removal.R

Description

Removes matching files from one data.frame based on input dataframe. Useful to remove already processed recordings or recordings selected already during random file selection.

Usage

1
remove.files(starting.data, files.remove)

Arguments

starting.data

A starting data.frame for which you want to remove recordings from. Must have a file.path column.

files.remove

A data.frame that contains files that you want remove from the starting data.frame. Must have a file.path column.

Examples

1
remove.files(starting.data, files.remove)

deanrobertevans/TrillR documentation built on Dec. 19, 2021, 10:06 p.m.