View source: R/import_labels.R
import_labels | R Documentation |
This function imports label files obtained when using Audacity to annotate audio files.
import_labels(filenames, fullpath_id = FALSE)
filenames |
vector of filenames (label files). Full path or files will be looked for in the working directory |
fullpath_id |
boolean; Should the full path of the audio file be returned in the file, or only the file name (without extension)? |
If filenames is a vector of files, these files are appended in on single dataframe. The .txt extension is removed at the end of the filenames so that one could easily add an extension and grab the audio files corresponding to the label files.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.