Learn R Programming

rgtmx (version 0.1.4)

get_location_details: 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

Run this code
# NOT RUN {
output_table <- get_location_details(
                             location_id = 3, api_key = "API_KEY"
                         )
# }

Run the code above in your browser using DataLab