get_forcedecks_tests_only | R Documentation |
Wrapper around get_forcedecks_tests()
if the user only wants test-level data without trials.
get_forcedecks_tests_only(start_date = NULL)
start_date |
In ISO 8601 UTC format (e.g., "2025-06-25T00:00:00Z") indicating the start of the test retrieval window. |
A data frame containing ForceDecks test-level data.
## Not run:
# Fetch only tests
tests <- get_forcedecks_tests_only()
View(tests)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.