Learn R Programming

arcos (version 1.27)

not_pharmacies: Get list of misidentified pharmacies by BUYER_DEA_NOs

Description

Get list of misidentified pharmacies by BUYER_DEA_NOs

Usage

not_pharmacies(key = "WaPo")

Arguments

key

Key needed to make query successful

See Also

https://www.washingtonpost.com/graphics/2019/investigations/dea-pain-pill-database/#download-resources

Other geocoded data: buyer_addresses(), county_population(), pharm_cbsa(), pharm_counties(), pharm_latlon(), pharm_tracts(), reporter_addresses(), state_population()

Examples

Run this code
# NOT RUN {
library(arcos)

np <- not_pharmacies(key="WaPo")

head(np)
# }

Run the code above in your browser using DataLab