getYears | R Documentation |
Get a list of years for a given theme, with the total number of sets in each.
getYears(theme, key = getOption("brickset_key"), ...)
theme |
the theme |
key |
the Brickset API key. |
... |
other parameters passed to |
a data.frame with the years of a given theme.
Name of the theme
Year
Number of sets released in the given year and theme
## Not run:
options(brickset_key = 'BRICKSET_KEY',
brickset_username = 'BRICKSET_UERNAME',
brickset_password = 'BRICKSET_PASSWORD')
getYears('Architecture')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.