| get_smartspeed_tests_only | R Documentation |
Wrapper around get_smartspeed_tests() to retrieve SmartSpeed test data.
Intended for use when you want to fetch multiple SmartSpeed tests.
get_smartspeed_tests_only(start_date = NULL)
start_date |
(Optional) A UTC ISO 8601 datetime string (e.g. "2025-06-25T00:00:00Z") used to filter results by modification time. Input as a string. |
A data frame where each row corresponds to a SmartSpeed test summary retrieved from the API. Returned invisibly.
## Not run:
# Fetch all recent SmartSpeed tests
tests <- get_smartspeed_tests_only()
View(tests)
# Fetch SmartSpeed tests using a one-off start date override
tests <- get_smartspeed_tests_only(start_date = "2025-07-01T00:00:00Z")
View(tests)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.