read_seedlings_audio_annotations: Read audio sparse code csv from the Seedlings annotations.

View source: R/seedlings.R

read_seedlings_audio_annotationsR Documentation

Read audio sparse code csv from the Seedlings annotations.

Description

Read audio sparse code csv from the Seedlings annotations.

Usage

read_seedlings_audio_annotations(file_path, parse_timestamp_audio = T)

Arguments

file_path

Path to the sparse code csv file.

parse_timestamp_audio

Should the timestamp column be split into the "onset" and "offset" integer columns?

Value

A tibble with all the columns in the file at file_path read as character vector. If parse_timestamp_audio is true, there will be two additional integer columns: onset and offset.


BergelsonLab/blabr documentation built on April 19, 2024, 7:21 p.m.