findWine: Find wine prices online

Description Usage Arguments Value Examples

Description

Find wine prices online

Usage

1
findWine(name, vintage, currency, aggregate = FALSE)

Arguments

name

The name of the wine

vintage

A vintage to search for

currency

The currency to return prices in

aggregate

Return a summary of prices by deal type

Value

A data frame containing the raw prices plus the following fields:

Title

The parsed name of the wine you are searching for

Details

The merchant description of the product

Price

The raw price of the deal

Type

The type of deal - single bottle, magnum, case etc

NumBottles

The volume of wine in the deal, expressed as a number of standard bottles (eg. a magnum would be 2)

Merchange Name

The name of the merchant

Country

The coutry of the merchange

Town

The town or state of the merchant

Examples

1
findWine("st henri", 2014, "AUD")

RJHKnight/WineSearcher documentation built on June 1, 2019, 4:57 a.m.