retailer: Details of a retailer

View source: R/retailer.R

retailerR Documentation

Details of a retailer

Description

Details of a retailer

Usage

retailer(retailer_id = NA)

Arguments

retailer_id

A retailer ID.

Value

Details of either all retailers or a specific retailer as a data.frame.

Examples

# Get a table of all retailers.
## Not run: 
retailer()

## End(Not run)
# Get details of specific retailer.
## Not run: 
retailer(1)

## End(Not run)

datawookie/retail documentation built on Jan. 11, 2023, 4:07 a.m.