Skip to contents

Reads and parses an AudioMoth configuration file.

Usage

audiomothConfig(filename)

Arguments

filename

Path to the configuration file to read

Value

A data frame of matching annotations

Examples

if (FALSE) { # \dontrun{
audiomothConfig("./CONFIG.TXT")
} # }