getReviews | R Documentation |
Downloads reviews for a LEGO set.
getReviews(setID, key = getOption("brickset_key"), ...)
setID |
the ID of the set (see |
key |
the Brickset API key. |
... |
other parameters passed to |
a data.frame with the reviews.
Author of the review
Date of the review
Title of the review
The text of the review
TRUE if the review contains HTML
overall rating by the reviewer
rating for the parts
rating for the building experience
rating for the playability
rating for the value for money
## Not run:
options(brickset_key = 'BRICKSET_KEY',
brickset_username = 'BRICKSET_UERNAME',
brickset_password = 'BRICKSET_PASSWORD')
getReviews('31728') # Will return TRUE if the credentials are correct
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.