View source: R/get_location_details.R
get_location_details | R Documentation |
Get details for a specific locations ID.
get_location_details(location, api_key)
location |
Location ID. (integer) |
api_key |
An active GTmetrix API key. (string) |
A data.frame object that contains available locations and their meta data.
## Not run: output_table <- get_location_details( location_id = 3, 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.