Description Usage Arguments Value Examples
Queries from April 2013 to date and returns spending and items by CCG by month.
1 2 | spending_by_CCG(chemical_section_or_presentation_code = NULL,
CCG_code = NULL)
|
chemical_section_or_presentation_code |
An ID unique to BNF sections, chemicals or presentation found using drug_details(). |
CCG_code |
A code/ID found using organisation_codes(). |
Returns spending and items by CCG by month.
1 2 3 4 | spending_by_CCG(chemical_section_or_presentation_code = "0212000AA")
spending_by_CCG(CCG_code = "03V")
spending_by_CCG(chemical_section_or_presentation_code = "0212000AA", CCG_code = "03V")
Read the [wiki](https://github.com/fergustaylor/openprescribingR/wiki) for more help.
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.