
Detect standard BirdNET column names in a data frame
Source:R/utils_column_editing.R
birdnet_detect_columns.Rd
Helper function to identify the most likely columns representing key BirdNET output variables such as start time, end time, scientific name, common name, confidence, and filepath.
Value
A named list with elements:
- start
Column name for start time (or NA).
- end
Column name for end time (or NA).
- scientific_name
Column name for scientific name (or NA).
- common_name
Column name for common name (or NA).
- confidence
Column name for confidence score (or NA).
- filepath
Column name for file path or file name (or NA).