spending_by_CCG: Queries from April 2013 to date and returns spending and...

Description Usage Arguments Value Examples

Description

Queries from April 2013 to date and returns spending and items by CCG by month.

Usage

1
2
spending_by_CCG(chemical_section_or_presentation_code = NULL,
  CCG_code = NULL)

Arguments

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().

Value

Returns spending and items by CCG by month.

Examples

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.

fergustaylor/openprescribingR documentation built on May 31, 2019, 1:15 p.m.