get_report | R Documentation |
Get status and meta data of a specific GTmetrix report.
get_report(report_id, api_key)
report_id |
ID of a GTmetrix report. (string) |
api_key |
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" ) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.