get_nordbord_tests: Get NordBord Tests

View source: R/nordbord_tests.R

get_nordbord_testsR Documentation

Get NordBord Tests

Description

Retrieves all NordBord test data modified since a given start date. Automatically paginates through results using modifiedFromUtc, and safely detects infinite loops using the last seen test ID.

Usage

get_nordbord_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 NordBord 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.