View source: R/nordbord_tests.R
| get_nordbord_tests | R Documentation |
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.
get_nordbord_tests(start_date = NULL, profile_id = NULL)
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. |
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.