Learn R Programming

rgtmx (version 0.1.4)

show_available_locations: Show available locations

Description

Show available locations for the supplied API key.

Usage

show_available_locations(api_key)

Arguments

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 <- show_available_locations(api_key = "API_KEY")
# }

Run the code above in your browser using DataLab