| get_forceframe_repetitions_by_id | R Documentation |
Wrapper around get_forceframe_reps_by_id() to retrieve repetition-level
ForceFrame data for a specific test.
get_forceframe_repetitions_by_id(test_id)
test_id |
(Required) The unique test ID for the ForceFrame test you want to retrieve repetitions for. |
A data frame with one row per repetition corresponding to the requested ForceFrame test. Returned invisibly.
## Not run:
# Fetch ForceFrame repetitions by test ID
reps <- get_forceframe_repetitions_by_id("abcd1234-ab12-cd34-ef56-abcdef123456")
View(reps)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.