View source: R/extract_wav_times.R
extract_wav_times | R Documentation |
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
extract_wav_times(tag_id = zc_smrt_tag_list, nc_path = getwd())
tag_id |
Deployment IDs for the tag(s) for which you want to pull information. Defaults to the Ziphius deployments in |
nc_path |
Quoted string with the path to the directory where nc files are stored. Defaults to current working directory. |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.