remove.files.Rd
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.
remove.files(starting.data, files.remove)
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. |
remove.files(starting.data, files.remove)