Description Usage Arguments See Also Examples
Get monthly summarized pill totals by county
1 | summarized_county_monthly(county = "Mingo", state = "WV", key = "WaPo")
|
county |
Filter the data to only this county (e.g. 'Mingo') |
state |
Filter the data to county within this state (e.g. 'WV') |
key |
Key needed to make query successful |
Other summarized:
buyer_details()
,
combined_buyer_annual()
,
combined_buyer_monthly()
,
summarized_county_annual()
,
total_distributors_county()
,
total_distributors_state()
,
total_manufacturers_county()
,
total_manufacturers_state()
,
total_pharmacies_county()
,
total_pharmacies_state()
1 2 3 4 5 | library(arcos)
mingo_wv <- summarized_county_monthly(county = "Mingo", state="WV", key="WaPo")
head(mingo_wv)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.