extract_wav_times: extract timing info for SMRT wav files

View source: R/extract_wav_times.R

extract_wav_timesR Documentation

extract timing info for SMRT wav files

Description

This function pulls data on start times (and other metadata) about acoustic wav files recorded by SMRT tags. It assumes that you already have downloaded the nc files for the deployments of interest to you; if not, see download_drive_nc

Usage

extract_wav_times(tag_id = zc_smrt_tag_list, nc_path = getwd())

Arguments

tag_id

Deployment IDs for the tag(s) for which you want to pull information. Defaults to the Ziphius deployments in zc_smrt_tag_list.

nc_path

Quoted string with the path to the directory where nc files are stored. Defaults to current working directory.

Value

Returns a data.frame with information about each wav file for each deployment of interest. If there are multiple rows per wav file, that is indicative of a (filled or un-filled) gap; the first row for a given deployment gives the file start time.


stacyderuiter/FBtagtools documentation built on June 1, 2025, 6:26 p.m.