getThemes {brickset} | R Documentation |
Returns a table of themes with number of sets and years active.
Description
Brickset API documentation is available here: https://brickset.com/article/52664/api-version-3-documentation/
Usage
getThemes(key = getOption("brickset_key"), ...)
Arguments
key |
the Brickset API key. |
... |
other parameters passed to |
Value
a data.frame with the themes.
Examples
## Not run:
options(brickset_key = 'BRICKSET_KEY',
brickset_username = 'BRICKSET_UERNAME',
brickset_password = 'BRICKSET_PASSWORD')
getThemes()
## End(Not run)
[Package brickset version 2024.0.0 Index]