powered by
Get status and meta data of a specific GTmetrix report.
get_report(report_id, api_key)
ID of a GTmetrix report. (string)
An active GTmetrix API key. (string)
A data.frame object that contains a GTmetrix report and its meta data.
# NOT RUN { output_table <- get_report( test_id = "REPORT_ID", api_key = "API_KEY" ) # }
Run the code above in your browser using DataLab