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.
if (FALSE) {
retailer()
}
# Get details of specific retailer.
if (FALSE) {
retailer(1)
}