get_location_details {rgtmx} | R Documentation |
Show location details
Description
Get details for a specific locations ID.
Usage
get_location_details(location, api_key)
Arguments
location |
Location ID. (integer) |
api_key |
An active GTmetrix API key. (string) |
Value
A data.frame object that contains available locations and their meta data.
Examples
## Not run: output_table <- get_location_details(
location_id = 3, api_key = "API_KEY"
)
## End(Not run)
[Package rgtmx version 0.1.4 Index]