get_duration_annotation_data function

Get duration annotation data

Get duration annotation data

get_duration_annotation_data(recording, filetype = "rda", verbose = FALSE)

Arguments

  • recording: Recording object.
  • filetype: type of file ('rda' as default), can be 'csv'.
  • verbose: messages the specific data loaded (default is 'FALSE').

Returns

list of data.frames.

Examples

r <- get_sample_recording() df <- get_duration_annotation_data(r)

See Also

Other data functions: apply_filter_sgolay(), get_data_points(), get_feature_data(), get_filtered_views(), get_joined_view(), get_metre_data(), get_onsets_selected_data(), get_processed_views(), get_processed_view(), get_raw_optflow_view(), get_raw_views(), get_raw_view(), get_recording(), get_sample_recording()

  • Maintainer: Tuomas Eerola
  • License: MIT + file LICENSE
  • Last published: 2023-06-09

Useful links