read_seedlings_audio_annotations | R Documentation |
Read audio sparse code csv from the Seedlings annotations.
read_seedlings_audio_annotations(file_path, parse_timestamp_audio = T)
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? |
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
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.