get_forcedecks_trials_only: Get trials for an existing test data frame

View source: R/session.R

get_forcedecks_trials_onlyR Documentation

Get trials for an existing test data frame

Description

Useful for re-running or extending analysis without re-downloading tests.

Usage

get_forcedecks_trials_only(tests_df)

Arguments

tests_df

A data frame of tests (from get_forcedecks_tests() or a previous session)

Value

A data frame containing trial-level results corresponding to the input tests.

Examples

## Not run: 
# Fetch trials based on existing tests
tests <- get_forcedecks_tests_only()
trials <- get_forcedecks_trials_only(tests)
View(trials)

## End(Not run)

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