Skip to contents

Downloads acoustic tags (mp3 and jpg) in an organized format for other purposes.

Usage

wt_download_tags(input, output, clip_type = c("spectrogram", "audio"))

Arguments

input

A data frame or tibble of the tag report i.e. wt_download_report(reports = "tag")

output

Directory to store the tags

clip_type

Character; either spectrogram or audio clips

Value

An organized folder of clips and tags in the output directory. Assigning wt_download_tags to an object will return the table form of the data with the functions returning the after effects in the output directory

Examples

if (FALSE) {
dat.report <- wt_download_report(reports = "tag")
wt_download_tags(input = my_tag_data)
}