Description Usage Arguments Value Examples
Get product and price details for a list of product urls on Home Depot
| 1 | hd_tidy_scrape(links)
 | 
| links | A list of character strings for web urls | 
Returns a list of data frames with the product's model number and price from web
| 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)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.