Learn R Programming

movementsync (version 0.1.5)

get_duration_annotation_data: Get duration annotation data

Description

Get duration annotation data

Usage

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

Value

list of data.frames.

Arguments

recording

Recording object.

filetype

type of file ('rda' as default), can be 'csv'.

verbose

messages the specific data loaded (default is 'FALSE').

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_view(), get_processed_views(), get_raw_optflow_view(), get_raw_view(), get_raw_views(), get_recording(), get_sample_recording()

Examples

Run this code
r <- get_sample_recording()
df <- get_duration_annotation_data(r)

Run the code above in your browser using DataLab