Skip to contents

Reads and parses an AudioMoth configuration file.

Usage

audiomoth_config(filename)

Arguments

filename

Path to the configuration file to read

Value

A data frame of matching annotations

Examples

if (FALSE) {
audiomoth_config("./CONFIG.TXT")
}