get_forcedecks_tests_only {valdr}R Documentation

Get only ForceDecks test data

Description

Wrapper around get_forcedecks_tests() if the user only wants test-level data without trials.

Usage

get_forcedecks_tests_only(start_date = NULL)

Arguments

start_date

In ISO 8601 UTC format (e.g., "2025-06-25T00:00:00Z") indicating the start of the test retrieval window.

Value

A data frame containing ForceDecks test-level data.

Examples

## Not run: 
# Fetch only tests
tests <- get_forcedecks_tests_only()
View(tests)

## End(Not run)

[Package valdr version 1.0.0 Index]