extract_header_info: Extract information from audiomoth wav file headers

Description Usage Arguments Value Examples

View source: R/extract_header_info.R

Description

Extract information from audiomoth wav file headers

Usage

1
extract_header_info(dir_path, recursive = FALSE)

Arguments

dir_path

path to directory that holds audiomoth files

recursive

FALSE only searches the specified folder. TRUE searches folders recursively

Value

dataframe with recording time, settings, battery and temperature

Examples

1
extract_header_info(system.file("extdata", package = "audiomoth.tools"))

samherniman/audiomoth.tools documentation built on March 14, 2021, 4:16 a.m.