Amazon Review Scraping with Rvest
0
I have the below functions that will scrape the Title, Rating, and Review of apps off the Amazon app store. I was wondering if someone could help with two questions? The date function is not working properly, I have selected the correct HTML nodes, but for some reason, it is just supplying an HTML code string. My second question deals with joining all three function lists together. When I run the cBind function it attaches the lists, however, the columns are not attached to the correct records. For example, an extremely negative review will be attached to a 5-star rating. Is there a way to properly join the the lists, so that when attached, everything is attached to the corresponding record it is associated with? Any help on these two questions would be greatly appreciated! library(rvest) library