stephenholzman / tidyusafec

An R wrapper for the OpenFEC API that features tidy cleaning.
https://stephenholzman.github.io/tidyusafec/
Other
7 stars 0 forks source link

schedules.R #8

Closed stephenholzman closed 6 years ago

stephenholzman commented 6 years ago

Itemized contributions: get_schedule_a Itemized disbursements: get_schedule_b Loans: get_schedule_c Debts: get_schedule_d Independent expenditures: get_schedule_e Party expenditures: get_schedule_f

Note that some schedule aggregate info can be accessed through the committee endpoint, but not itemized. Need to keep naming/alias/interoperability strategies in the back of my mind. Something like 'get_committee_schedule_a' should return itemized contributions by calling 'get_schedule_a', or maybe that's unnecessary.

Maybe 'get_itemized_contributions' should be equivalent to 'get_schedule_a', etc.

stephenholzman commented 6 years ago

Since we're not keeping these all in the same endpoint file anymore, closing.