retailer: Details of a retailer

Description Usage Arguments Value Examples

View source: R/retailer.R

Description

Details of a retailer

Usage

1
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

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
# Get a table of all retailers.
## Not run: 
retailer()

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

## End(Not run)

trundler documentation built on July 29, 2020, 1:06 a.m.