get_forcedecks_tests {valdr} | R Documentation |
Get ForceDecks tests
Description
Retrieves ForceDecks test data with optional filtering by start date and profile ID.
Usage
get_forcedecks_tests(start_date = NULL, profile_id = NULL)
Arguments
start_date |
Optional ISO 8601 UTC date string (e.g., "2025-06-25T00:00:00Z"). |
profile_id |
Optional Profile ID to filter results. |
Value
A data frame containing ForceDecks test results matching the optional filters. If no tests are found, returns an empty data frame. Returned invisibly.
[Package valdr version 1.0.0 Index]