Description Usage Arguments Value Examples
View source: R/scrape_reviews.R
Gives the title, content and given star of any product on amazon.it
1 | scrape_reviews(asin, page_number)
|
asin |
character. ASIN of the product. |
page_number |
numeric. The page that user want to scrape reviews. |
data.frame
Title of the review
Content of the review
Number of stars
1 2 3 4 | ## Not run:
scrape_reviews("8845290034", 1)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.