Learn R Programming

brickset (version 2025.0.0)

getKeyUsageStats: Get information about frequency of API usage for the given API key.

Description

Provides information about how frequently the API key has been used.

Usage

getKeyUsageStats(key = getOption("brickset_key"))

Value

a data.frame with the number of times the key has been used.

dateStamp

The date

count

The number of times the key was used for the given date

Arguments

key

the API key

Examples

Run this code
if (FALSE) {
options(brickset_key = 'BRICKSET_KEY',
        brickset_username = 'BRICKSET_UERNAME',
        brickset_password = 'BRICKSET_PASSWORD')
getKeyUsageStats()
}

Run the code above in your browser using DataLab