get_forceframe_tests_only: Get only ForceFrame test data

View source: R/session.R

get_forceframe_tests_onlyR Documentation

Get only ForceFrame test data

Description

Wrapper around get_forceframe_tests() to retrieve ForceFrame test data. Intended for use when you want to fetch multiple ForceFrame tests.

Usage

get_forceframe_tests_only(start_date = NULL, profile_id = NULL)

Arguments

start_date

(Optional) A UTC ISO 8601 datetime string (e.g. "2025-06-25T00:00:00Z") used to filter results by modification time. Input as a string.

profile_id

(Optional) A specific profile ID to filter results for a single athlete. Input as a string.

Value

A data frame where each row corresponds to a ForceFrame test retrieved from the API. Returned invisibly.

Examples

## Not run: 
# Fetch all recent ForceFrame tests
tests <- get_forceframe_tests_only()
View(tests)

# Fetch ForceFrame tests for a specific profile
get_forceframe_tests_only(profile_id = "abcd1234-ab12-cd34-ef56-abcdef123456")

## End(Not run)

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