datawookie / trundler

Wrapper for Retail Pricing API
https://datawookie.github.io/trundler/
14 stars 4 forks source link

include the latest price of a retailer’s product into function retailer_products() #21

Open JanSwia opened 4 years ago

JanSwia commented 4 years ago

The result could look like the following:

   product_id product           brand              model sku      last_price
        <int> <chr>             <chr>              <chr> <chr>    <dbl>
1     606751 Belted Chinos     Woolworths Classi… <NA>  60092117…50.0
datawookie commented 4 years ago

Have started working on this in the latest-price branch of the API repository.