Learn R Programming

rgtmx (version 0.1.4)

get_account_status: Get the status of your GTmetrix account

Description

Show available credits and other meta data for the supplied API key.

Usage

get_account_status(api_key)

Arguments

api_key

An active GTmetrix API key. (string)

Value

A data.frame that contains meta data of a GTmetrix account.

Examples

Run this code
# NOT RUN {
output_table <- get_account_status(
                           api_key = "API_KEY"
                         )
# }

Run the code above in your browser using DataLab