wt_kaleidoscope_tags | R Documentation |
wt_kaleidoscope_tags
Takes the classifier output from Wildlife Acoustics Kaleidoscope and converts them into a WildTrax tag template for upload
wt_kaleidoscope_tags(input, output, tz, freq_bump = T)
input |
Character; The path to the input csv |
output |
Character; Path where the output file will be stored |
tz |
Character; Assigns a timezone to the recording files. Use |
freq_bump |
Boolean; Set to TRUE to add a buffer to the frequency values exported from Kaleidoscope. Helpful for getting more context around a signal in species verification |
A csv formatted as a WildTrax tag template
## Not run:
wt_kaleidoscope_tags(input = input.csv, output = tags.csv, tz = "", freq_bump = T)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.