get_forceframe_repetitions_by_id: Get ForceFrame repetitions for a single test by ID

View source: R/session.R

get_forceframe_repetitions_by_idR Documentation

Get ForceFrame repetitions for a single test by ID

Description

Wrapper around get_forceframe_reps_by_id() to retrieve repetition-level ForceFrame data for a specific test.

Usage

get_forceframe_repetitions_by_id(test_id)

Arguments

test_id

(Required) The unique test ID for the ForceFrame test you want to retrieve repetitions for.

Value

A data frame with one row per repetition corresponding to the requested ForceFrame test. Returned invisibly.

Examples

## Not run: 
# Fetch ForceFrame repetitions by test ID
reps <- get_forceframe_repetitions_by_id("abcd1234-ab12-cd34-ef56-abcdef123456")
View(reps)

## End(Not run)

valdr documentation built on April 22, 2026, 9:08 a.m.