parseWAFileNames {locaR} | R Documentation |
Parse Wildlife Acoustics-type file names.
Description
This function parses the information in file names that are structured according to Wildlife Acoustics' naming convention. Specifically, the format prefix_date_time.wav or prefix_mic_date_time.wav.
Usage
parseWAFileNames(filenames)
Arguments
filenames |
Character vector of file names. |
Value
A data frame with prefix, channels, date, time and extension information.
[Package locaR version 0.1.2 Index]