Description Usage Arguments Value Examples
This function collects and compiles recording metadata into a usable data.frame for recording selection based of a file directory.
1 2 3 4 5 6 7 8 |
directory |
String file path to folder containing location folders of recording data. Defualts to working directroy. |
start.date |
String start date for when to gather recordings from in YYYY-MM-DD format. For example "2017-06-01" |
end.date |
String end date for when to gather recordings till in YYYY-MM-DD format. For example ""2017-06-30" |
timezone |
Timezone to have datetime column of output in. Defaults to "America/Denver" where this package was developed. |
getDuration |
Binary true or false on whether to calculate file duration. This process can take time and is optional but is needed to exclude recordings that are under a certain length. |
minduration |
Minimum duration in seconds of the recordings to read in. This will only apply when getDuration=T. |
A data.frame with recording file metadata: file.path, basename, location, datetime, JDay, and sometimes file.duration.
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.