total_pharmacies_state: Get total pills for each pharmacy in a state

Description Usage Arguments See Also Examples

View source: R/summarized.R

Description

Get total pills for each pharmacy in a state

Usage

1
total_pharmacies_state(state = "WV", key = "WaPo")

Arguments

state

Filter the data to county within this state (e.g. 'WV')

key

Key needed to make query successful

See Also

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

Other summarized: buyer_details(), combined_buyer_annual(), combined_buyer_monthly(), summarized_county_annual(), summarized_county_monthly(), total_distributors_county(), total_distributors_state(), total_manufacturers_county(), total_manufacturers_state(), total_pharmacies_county()

Examples

1
2
3
4
5
library(arcos)

wv <- total_pharmacies_state(state="WV", key="WaPo")

head(wv)

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