get_account_status {rgtmx} | R Documentation |
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
## Not run: output_table <- get_account_status(
api_key = "API_KEY"
)
## End(Not run)
[Package rgtmx version 0.1.4 Index]