Learn R Programming

trundler (version 0.1.19)

retailer: 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

Run this code
# NOT RUN {
# Get a table of all retailers.
# }
# NOT RUN {
retailer()
# }
# NOT RUN {
# Get details of specific retailer.
# }
# NOT RUN {
retailer(1)
# }

Run the code above in your browser using DataLab