shopScrape: Web scrapping shopping sites and creating interactive data...

Description Usage Arguments Value Examples

View source: R/shopScrape.R

Description

Web scrapping shopping sites and creating interactive data frames

Usage

1
shopScrape(url, node, url2, node2)

Arguments

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

Value

data frame

Examples

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")

getbarnes/shopscrape documentation built on Jan. 8, 2022, 8:42 a.m.