Returns a table of sub-themes for a given theme with number of sets and years active.
Source:R/getSubthemes.R
getSubthemes.Rd
Brickset API documentation is available here: https://brickset.com/article/52664/api-version-3-documentation/
Usage
getSubthemes(theme, key = getOption("brickset_key"), ...)
Arguments
- theme
the theme.
- key
the Brickset API key.
- ...
other parameters passed to
getUserHash
including the Brickset username and password if they are not available fromgetOption('brickset_username')
andgetOption('brickset_password')
.