Get list of misidentified pharmacies by BUYER_DEA_NOs

not_pharmacies(key = "WaPo")

Arguments

key

Key needed to make query successful

Examples

# \donttest{
library(arcos)

np <- not_pharmacies(key="WaPo")

head(np)
#>   BUYER_DEA_NO mail_hospital
#> 1    BN8825866          flag
#> 2    FN1194860          flag
#> 3    BH9221641          flag
#> 4    BP0237265          flag
#> 5    BS8786189          flag
#> 6    AH7552462          flag
# }