View source: R/getKeyUsageStats.R
getKeyUsageStats | R Documentation |
Provides information about how frequently the API key has been used.
getKeyUsageStats(key = getOption("brickset_key"))
key |
the API key |
a data.frame with the number of times the key has been used.
The date
The number of times the key was used for the given date
## Not run:
options(brickset_key = 'BRICKSET_KEY',
brickset_username = 'BRICKSET_UERNAME',
brickset_password = 'BRICKSET_PASSWORD')
getKeyUsageStats()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.