wt_kaleidoscope_tags: Convert Kaleidoscope output to tags

wt_kaleidoscope_tagsR Documentation

Convert Kaleidoscope output to tags

Description

wt_kaleidoscope_tags Takes the classifier output from Wildlife Acoustics Kaleidoscope and converts them into a WildTrax tag template for upload

Usage

wt_kaleidoscope_tags(input, output, tz, freq_bump = T)

Arguments

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 OlsonNames() to get a list of valid names.

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

Value

A csv formatted as a WildTrax tag template

Examples

## Not run: 
wt_kaleidoscope_tags(input = input.csv, output = tags.csv, tz = "", freq_bump = T)

## End(Not run)


mabecker89/wildRtrax documentation built on Feb. 5, 2024, 8:50 a.m.