List wave files in a directory
Usage
list_waves(folder = NULL, recursive = FALSE)
Arguments
- folder
Character. The path to the folder where the WAV files are stored.
- recursive
Logical. Whether to search in subfolders. Default is FALSE.
Value
A list of wave files
Examples
if (FALSE) { # \dontrun{
list_waves(folder)
} # }