| get_forcedecks_trials_only | R Documentation |
Useful for re-running or extending analysis without re-downloading tests.
get_forcedecks_trials_only(tests_df)
tests_df |
A data frame of tests (from |
A data frame containing trial-level results corresponding to the input tests.
## Not run:
# Fetch trials based on existing tests
tests <- get_forcedecks_tests_only()
trials <- get_forcedecks_trials_only(tests)
View(trials)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.