Other packages > Find by keyword >

ProPublicaR  

Access Functions for ProPublica's APIs
View on CRAN: Click here


Download and install ProPublicaR package within the R console
Install from CRAN:
install.packages("ProPublicaR")

Install from Github:
library("remotes")
install_github("cran/ProPublicaR")

Install by package version:
library("remotes")
install_version("ProPublicaR", "1.1.4")



Attach the package and use:
library("ProPublicaR")
Maintained by
Aleksander Dietrichson
[Scholar Profile | Author Map]
First Published: 2019-04-06
Latest Update: 2023-09-06
Description:
Provides wrapper functions to access the ProPublica's Congress and Campaign Finance APIs. The Congress API provides near real-time access to legislative data from the House of Representatives, the Senate and the Library of Congress. The Campaign Finance API provides data from United States Federal Election Commission filings and other sources. The API covers summary information for candidates and committees, as well as certain types of itemized data. For more information about these APIs go to: .
How to cite:
Aleksander Dietrichson (2019). ProPublicaR: Access Functions for ProPublica's APIs. R package version 1.1.4, https://cran.r-project.org/web/packages/ProPublicaR. Accessed 03 Apr. 2025.
Previous versions and publish date:
0.9.2 (2019-04-06 12:43), 1.1.1 (2020-04-16 22:30), 1.1.2 (2022-09-16 14:56), 1.1.3 (2023-08-31 00:30)
Other packages that cited ProPublicaR R package
View ProPublicaR citation profile
Other R packages that ProPublicaR depends, imports, suggests or enhances
Complete documentation for ProPublicaR
Functions, R codes and Examples using the ProPublicaR R package
Some associated functions: bills_legislation_by_keyword . compare_two_member_bill_sponsorships . compare_two_member_vote_positions . get_a_bill . get_amendments_bill . get_bills_cosponsored_member . get_candidate . get_candidate_by_name . get_candidates_in_race . get_committee . get_committee_by_name . get_committee_electioneering_communications . get_committee_filings . get_committee_leadership . get_congress_member . get_congressional_statement_by_bill . get_congressional_statement_by_member . get_congressional_statement_by_subjects . get_cosponsors_specific_bill . get_current_members_by_statedistrict . get_electioneering_communications_by_date . get_electioneering_communications_committee . get_electronic_filing_byDate . get_electronic_filing_by_committees . get_electronic_filing_by_types . get_electronic_filing_form_types . get_hearing_specific_committee . get_house_senate_floor_actions_by_date . get_independent_expenditure_by_committee . get_independent_expenditure_by_date . get_independent_expenditure_office_totals . get_independent_expenditure_race_totals_committee . get_independent_expenditure_support_candidate . get_independent_expenditure_support_presidential_candidate . get_lobbyist_bundlers . get_member_vote_position . get_members_leaving . get_new_members . get_nominees_by_state . get_quarter_office_expenses_by_category_house_member . get_quarter_office_expenses_house_member . get_races_for_state . get_recent_amendments . get_recent_committee_hearing . get_recent_congressional_statements . get_recent_congressional_statements_by_date . get_recent_congressional_statements_by_term . get_recent_electioneering_communications . get_recent_house_senate_floor_actions . get_recent_independent_expend . get_recent_late_contributions . get_recent_late_contributions_candidate . get_recent_late_contributions_committee . get_recent_late_contributions_date . get_recent_lobbying_representation_filings . get_recent_nominations_by_category . get_recent_official_communications . get_recent_official_communications_by_category . get_recent_official_communications_by_chamber . get_recent_official_communications_by_date . get_recent_personal_explanations . get_recent_personal_explanations_specific_member . get_recent_personal_explanations_votes . get_recent_personal_explanations_votes_by_category . get_recent_personal_explanations_votes_specific_member . get_recent_personal_explanations_votes_specific_member_by_category . get_recent_votes . get_recently_added_independent_expenditure_committees . get_recently_candidates . get_recently_committees . get_related_bills . get_senate_nomination_votes . get_specific_bill . get_specific_bill_subject . get_specific_committee . get_specific_lobbying_representation_filings . get_specific_nominations . get_specific_roll_call_vote . get_specific_subcommittee . get_state_party_counts . get_statement_subjects . get_subjects_for_bill . get_top20_candidate_of_FinancialCategory . get_upcoming_bills . get_votes_by_date . get_votes_by_date_range . get_votes_by_type . list_members_chamber_congress . lists_of_committees . pp_convert_to_data_frame . pp_query . recent_bills_by_member . recent_bills_by_subject . recent_bills_by_type . retrieve_key . search_lobbying_representation_filings . us_congressional_districts . validate_cycle . validate_district . validate_state . 
Some associated R codes: a_get_new_members.R . bills_legislation_by_keyword.R . compare_two_member_bill_sponsorships.R . compare_two_member_vote_positions.R . data.R . get_a_bill.R . get_amendments_bill.R . get_bills_cosponsored_member.R . get_candidate.R . get_candidate_by_name.R . get_candidates_in_race.R . get_committee.R . get_committee_by_name.R . get_committee_electioneering_communications.R . get_committee_filings.R . get_committee_leadership.R . get_congress_member.R . get_congressional_statement_by_bill.R . get_congressional_statement_by_member.R . get_congressional_statement_by_subjects.R . get_cosponsors_specific_bill.R . get_current_members_by_statedistrict.R . get_electioneering_communications_by_date.R . get_electioneering_communications_committee.R . get_electronic_filing_byDate.R . get_electronic_filing_by_committees.R . get_electronic_filing_by_types.R . get_electronic_filing_form_types.R . get_hearing_specific_committee.R . get_house_senate_floor_actions_by_date.R . get_independent_expenditure_by_committee.R . get_independent_expenditure_by_date.R . get_independent_expenditure_office_totals.R . get_independent_expenditure_race_totals_committee.R . get_independent_expenditure_support_candidate.R . get_independent_expenditure_support_presidential_candidate.R . get_lobbyist_bundlers.R . get_member_vote_position.R . get_members_leaving.R . get_nominees_by_state.R . get_quarter_office_expenses_by_category_house_member.R . get_quarter_office_expenses_house_member.R . get_races_for_state.R . get_recent_amendments.R . get_recent_committee_hearing.R . get_recent_congressional_statements.R . get_recent_congressional_statements_by_date.R . get_recent_congressional_statements_by_term.R . get_recent_electioneering_communications.R . get_recent_house_senate_floor_actions.R . get_recent_independent_expend.R . get_recent_late_contributions.R . get_recent_late_contributions_candidate.R . get_recent_late_contributions_committee.R . get_recent_late_contributions_date.R . get_recent_lobbying_representation_filings.R . get_recent_nominations_by_category.R . get_recent_official_communications.R . get_recent_official_communications_by_category.R . get_recent_official_communications_by_chamber.R . get_recent_official_communications_by_date.R . get_recent_personal_explanations.R . get_recent_personal_explanations_specific_member.R . get_recent_personal_explanations_votes.R . get_recent_personal_explanations_votes_by_category.R . get_recent_personal_explanations_votes_specific_member.R . get_recent_personal_explanations_votes_specific_member_by_category.R . get_recent_votes.R . get_recently_added_independent_expenditure_committees.R . get_recently_candidates.R . get_recently_committees.R . get_related_bills.R . get_senate_nomination_votes.R . get_specific_bill.R . get_specific_bill_subject.R . get_specific_committee.R . get_specific_lobbying_representation_filings.R . get_specific_nominations.R . get_specific_roll_call_vote.R . get_specific_subcommittee.R . get_state_party_counts.R . get_statement_subjects.R . get_subjects_for_bill.R . get_top20_candidate_of_FinancialCategory.R . get_upcoming_bills.R . get_votes_by_date.R . get_votes_by_date_range.R . get_votes_by_type.R . list_members_chamber_congress.R . lists_of_committees.R . pp_convert_to_data_frame.R . pp_query.R . recent_bills_by_member.R . recent_bills_by_subject.R . recent_bills_by_type.R . retrieve_key.R . search_lobbying_representation_filings.R . validate_cycle.R . validate_district.R . validate_state.R . zzz.R .  Full ProPublicaR package functions and examples
Downloads during the last 30 days
03/0403/0503/0603/0703/0803/0903/1003/1103/1203/1303/1403/1503/1603/1803/1903/2003/2103/2203/2303/2403/2503/2603/2703/2803/3003/3104/01Downloads for ProPublicaR024681012141618TrendBars

Today's Hot Picks in Authors and Packages

RobustANOVA  
Robust One-Way ANOVA Tests under Heteroscedasticity and Nonnormality
Robust tests (RW, RPB and RGF) are provided for testing the equality of several long-tailed symmetri ...
Download / Learn more Package Citations See dependency  
RI2by2  
Randomization Inference for Treatment Effects on a Binary Outcome
Computes attributable effects based confidence interval, permutation test confidence interval, or as ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  
RZooRoH  
Partitioning of Individual Autozygosity into Multiple Homozygous-by-Descent Classes
Functions to identify Homozygous-by-Descent (HBD) segments associated with runs of homozygosity (ROH ...
Download / Learn more Package Citations See dependency  
RPMG  
Graphical User Interface (GUI) for Interactive R Analysis Sessions
Really Poor Man's Graphical User Interface, used to create interactive R analysis sessions with simp ...
Download / Learn more Package Citations See dependency  
jointDiag  
Joint Approximate Diagonalization of a Set of Square Matrices
Different algorithms to perform approximate joint diagonalization of a finite set of square matrice ...
Download / Learn more Package Citations See dependency  

23,990

R Packages

207,311

Dependencies

64,809

Author Associations

23,991

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA