get_forcedecks_trials_only {valdr} | R 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 |
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)
[Package valdr version 1.0.0 Index]