Download product information and reviews from Amazon.com
[This article was first published on Renglish – 56north | Skræddersyet dataanalyse, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
Rmazon
The goal of Rmazon is to help you download product information and reviews from Amazon.com easily.
Installation
You can install Rmazon from github with:
# install.packages("devtools") devtools::install_github("56north/Rmazon")
Example – product information
This is a basic example which shows you how ro get product information:
# Get product information for 'The Art of R Programming: A Tour of Statistical Software Design' product_info <- Rmazon::get_product_info("1593273843")
Example – product reviews
This is a basic example which shows you how gto et reviews:
# Get reviews for 'The Art of R Programming: A Tour of Statistical Software Design' reviews <- Rmazon::get_reviews("1593273843")
To leave a comment for the author, please follow the link and comment on their blog: Renglish – 56north | Skræddersyet dataanalyse.
R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.