get_forceframe_tests: Get ForceFrame Tests

View source: R/forceframe_tests.R

get_forceframe_testsR Documentation

Get ForceFrame Tests

Description

Fetches ForceFrame test records modified since a given start date. Supports automatic pagination and updates the persistent start_date after each call. Returns a data frame of test records, with null values replaced by blank strings ("").

Usage

get_forceframe_tests(start_date = NULL, profile_id = NULL)

Arguments

start_date

Optional ISO 8601 UTC date string (e.g., "2025-06-25T00:00:00Z"). Input as a string.

profile_id

Optional Profile ID to filter results. Input as a string.

Value

A data frame containing ForceFrame test results matching the optional filters. If no tests are found, returns an empty data frame. Returned invisibly. Internal function (not designed to be used directly by end users)


valdr documentation built on April 22, 2026, 9:08 a.m.