not_pharmacies: Get list of misidentified pharmacies by BUYER_DEA_NOs

Description Usage Arguments See Also Examples

View source: R/locations.R

Description

Get list of misidentified pharmacies by BUYER_DEA_NOs

Usage

1
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

1
2
3
4
5
library(arcos)

np <- not_pharmacies(key="WaPo")

head(np)

arcos documentation built on Feb. 19, 2021, 1:06 a.m.