Get list of business types listed in the BUYER_BUS_ACT in the ARCOS database

buyer_list(key = "WaPo")

Arguments

key

Key needed to make query successful

Examples

# \donttest{
library(arcos)

bl <- buyer_list(key="WaPo")

head(bl)
#>                 BUYER_BUS_ACT total_bus
#> 1              ANALYTICAL LAB       988
#> 2 AUTOMATED DISPENSING SYSTEM        10
#> 3              CANINE HANDLER        21
#> 4       CENTRAL FILL PHARMACY       143
#> 5           CHAIN HOSP/CLINIC       113
#> 6              CHAIN PHARMACY     47945
# }