View source: R/birdnetReticulate.R
birdNetAnalyse | R Documentation |
This function takes a list of sound files and analyses them using the
BirdNET-Analyzer
\insertCitebirdnet2021sonicscrewdriver. The function
either returns a data frame with the results of the analysis or a list of
Annotation
objects.
birdNetAnalyse(
files,
lat = NULL,
lon = NULL,
date = NULL,
output = "Annotation"
)
files |
A character vector of file paths. |
lat |
A latitude or vector of latitudes. |
lon |
A longitude or vector of longitudes. |
date |
A |
output |
One of "data.frame" or "Annotation". |
## Not run:
birdnetAnalyse(files=c("path/to/file1.wav", "path/to/file2.wav"), output="data.frame")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.