View source: R/amzn_get_reviews.R
amzn_get_reviews | R Documentation |
Convenience wrapper around functions that scrape Amazon reviews. Provide a product link and this will determine the number of pages to crawl over and will return a clean data frame of reviews.
amzn_get_reviews(link, get_images = c("false", "true"))
link |
A link to an Amazon product |
get_images |
Whether to download UGC images included with reviews |
Data frame with date, stars, headline, review text, and the paginated link.
## Not run:
url <- "copy_paste_url"
data <- amzn_get_reviews(url)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.