get_location_details: Show location details

Description Usage Arguments Value Examples

View source: R/get_location_details.R

Description

Get details for a specific locations ID.

Usage

1
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

1
2
3
4
## Not run: output_table <- get_location_details(
                             location_id = 3, api_key = "API_KEY"
                         )
## End(Not run)

rgtmx documentation built on Nov. 12, 2021, 1:08 a.m.