View source: R/download_reviews.R
download_reviews | R Documentation |
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.
download_reviews(dest = tempdir(), ...)
dest |
directory to download the |
... |
other parameters passed to |
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.
a data frame with all the reviews as of the tag date.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.