get_forcedecks_tests_trials: Run a standard session to get new ForceDecks tests and trials...

View source: R/session.R

get_forcedecks_tests_trialsR Documentation

Run a standard session to get new ForceDecks tests and trials only

Description

Use this when profiles and result definitions have already been downloaded previously.

Usage

get_forcedecks_tests_trials(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 named list with two data frames: tests and trials. These contain newly retrieved ForceDecks tests and their associated trial results.

Examples

## Not run: 
# Fetch tests and trials only
session <- get_forcedecks_tests_trials()
View(session$tests)
View(session$trials)

## End(Not run)

valdr documentation built on Aug. 8, 2025, 7:34 p.m.