hd_tidy_scrape: Get product and price details for a list of product urls on...

Description Usage Arguments Value Examples

Description

Get product and price details for a list of product urls on Home Depot

Usage

1

Arguments

links

A list of character strings for web urls

Value

Returns a list of data frames with the product's model number and price from web

Examples

1
2
3
4
5
6
## Not run: 
x <- "http://www.homedepot.com/b/Electrical-Dimmers-Switches-Outlets/N-5yc1vZc34h"
links <- hd_get_product_links(x)
hd_tidy_scrape(links)

## End(Not run)

burtonlueth/webPrices documentation built on May 13, 2019, 8:47 a.m.