Description Usage Arguments Value Examples
Web scrapping shopping sites and creating interactive data frames
1 | shopScrape(url, node, url2, node2)
|
url |
first url from shopping website |
node |
first data structure that contains price and item |
url2 |
second url from shopping website |
node2 |
second data structure that contains price and item |
data frame
1 2 3 4 5 | ## Not run:
shopScrape(url, node, url2, node2)
## End(Not run)
shopScrape("https://www.thereformation.com/categories/new?gclid=CjwKCAiAm7OMBhAQEiwArvGi3EYt2jozZbzQktEYy2iInclcxHpJKKnWfqu3Jo2mHfABJ-R90ghQVhoCmwAQAvD_BwE" , ".product-prices__price span , .product-summary__name a","https://www.zara.com/us/en/woman-must-haves-l4503.html?v1=1609213", ".price__amount-current , #main .link span")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.