powered by
Get a table of tests, their report IDs and other meta data.
get_all_tests(api_key, page_size = 50, page_number = 1)
An active GTmetrix API key. (string)
Page size (default 50, max 500)
Page (default 1)
A data.frame object that contains test IDs and their meta data.
# NOT RUN { output_table <- get_all_tests(api_key = "API_KEY") # }
Run the code above in your browser using DataLab