View source: R/BirdNET_extract.R
BirdNET_extract | R Documentation |
Extract specific event from BirdNET results file
BirdNET_extract(
path = NULL,
taxon = NULL,
score = NULL,
nmax = NULL,
sec = 1,
output = NULL,
hyperlink = F
)
path |
path |
taxon |
optional. select target taxa |
score |
minimum confidence score |
nmax |
maximum number of segments per taxon. default 10 |
sec |
seconds before and after target to extract |
output |
path to write wav files |
hyperlink |
optional. Insert hyperlink to audio file in xlsx document. Only if records are not filtered. |
Prerequisites: (1) Run analyzer.py (same folder specified for –i and –o!) (2) Reshape output using function BirdNET (this package) (3) Ensure wav files, BirdNET_results.txt and BirdNET.xlsx files share the same path
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.