get_data_points: Get the data points held in a view

View source: R/get_data.R

get_data_pointsR Documentation

Get the data points held in a view

Description

Get the data points held in a view

Usage

get_data_points(obj)

Arguments

obj

View object.

Value

character vector of body parts.

See Also

Other data functions: apply_filter_sgolay(), get_duration_annotation_data(), 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

r <- get_sample_recording()
rv <- get_raw_view(r, "Central", "", "Sitar")
get_data_points(rv)

movementsync documentation built on Aug. 8, 2025, 6:11 p.m.