powered by
Useful for re-running or extending analysis without re-downloading tests.
get_forcedecks_trials_only(tests_df)
A data frame containing trial-level results corresponding to the input tests.
A data frame of tests (from get_forcedecks_tests() or a previous session)
get_forcedecks_tests()
if (FALSE) { # Fetch trials based on existing tests tests <- get_forcedecks_tests_only() trials <- get_forcedecks_trials_only(tests) View(trials) }
Run the code above in your browser using DataLab