download_reviews {brickset} | R Documentation |
Downloads a pre-built reviews data frame.
Description
This function will return a data frame with all the reviews as of last package
build. Since this data frame is larger than what is allowed in CRAN packages,
the data files are saved as releases on Github. The piggyback::pb_upload()
function is used to upload the data frame.
Usage
download_reviews(dest = tempdir(), ...)
Arguments
dest |
directory to download the |
... |
other parameters passed to |
Details
To see what versions are available use the piggyback::pb_list(repo = 'jbryer/brickset')
function call. By default the latest version will be returned. For reproducibility
you can use the tag
parameter to return a specific version of the data frame.
Value
a data frame with all the reviews as of the tag date.
[Package brickset version 2024.0.0 Index]