get_location_details: Show location details

View source: R/get_location_details.R

get_location_detailsR 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)

RomanAbashin/rgtmx documentation built on April 24, 2022, 11:12 p.m.