Description Usage Arguments Examples
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.
1 | 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. |
1 | remove.files(starting.data, files.remove)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.