get_election_financial_summary: Query for an Election Financial Summary

Description Usage Arguments Examples

View source: R/financial_endpoints.R

Description

Look at the top-level financial information for all candidates running for the same office.

Usage

1
get_election_financial_summary(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_election_financial_summary("YOUR_API_KEY_HERE", query_params = list(cycle = "2016", office = "senate", state = "IL"))

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