ehd: Extract strings from a single header

Description Usage Arguments Value Examples

View source: R/edh.R

Description

Extract strings from a single header

Usage

1
ehd(header_vec)

Arguments

header_vec

wave header string

Value

vector holding header data (recording time, time zone, audiomoth serial number, gain, voltage, temperature)

Examples

1
2
3
4
test_string <- "Recorded at 12:21:00 10/02/2021 (UTC) by AudioMoth
24E144085F256717 at medium gain setting while battery state was 3.9V
and temperature was -2.6C. Amplitude threshold was 160."
ehd(test_string)

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