get_financial_totals_by_entity: Query for financial totals by entity type

Description Usage Arguments Examples

View source: R/financial_endpoints.R

Description

Provides cumulative receipt totals by entity type, over a two year cycle. Totals are adjusted to avoid double counting.

Usage

1
get_financial_totals_by_entity(api_key, query_params = list())

Arguments

api_key

String: Your Open FEC API key

query_params

List of KV Pairs: Additional query paramaters to be included

Examples

1
get_financial_totals_by_entity("YOUR_API_KEY_HERE", query_params = list(cycle = "2016", state = "IL"))

robinspollak/R.openFEC documentation built on Aug. 10, 2019, 7:34 p.m.