-
Notifications
You must be signed in to change notification settings - Fork 4
/
NAMESPACE
107 lines (106 loc) · 3.98 KB
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
# Generated by roxygen2: do not edit by hand
S3method(pp_convert_to_data_frame,pp_candidate_list)
export(bills_legislation_by_keyword)
export(compare_two_member_bill_sponsorships)
export(compare_two_member_vote_positions)
export(get_a_bill)
export(get_amendments_bill)
export(get_bills_cosponsored_member)
export(get_candidate)
export(get_candidate_by_name)
export(get_candidates_in_race)
export(get_committee)
export(get_committee_by_name)
export(get_committee_electioneering_communications)
export(get_committee_filings)
export(get_committee_leadership)
export(get_congress_member)
export(get_congressional_statement_by_bill)
export(get_congressional_statement_by_member)
export(get_congressional_statement_by_subjects)
export(get_cosponsors_specific_bill)
export(get_current_members_by_statedistrict)
export(get_electioneering_communications_by_date)
export(get_electioneering_communications_committee)
export(get_electronic_filing_byDate)
export(get_electronic_filing_by_committees)
export(get_electronic_filing_by_types)
export(get_electronic_filing_form_types)
export(get_hearing_specific_committee)
export(get_house_senate_floor_actions_by_date)
export(get_independent_expenditure_by_committee)
export(get_independent_expenditure_by_date)
export(get_independent_expenditure_office_totals)
export(get_independent_expenditure_race_totals_committee)
export(get_independent_expenditure_support_candidate)
export(get_independent_expenditure_support_presidential_candidate)
export(get_lobbyist_bundlers)
export(get_member_vote_position)
export(get_members_leaving)
export(get_new_members)
export(get_nominees_by_state)
export(get_quarter_office_expenses_by_category_house_member)
export(get_quarter_office_expenses_house_member)
export(get_races_for_state)
export(get_recent_amendments)
export(get_recent_committee_hearing)
export(get_recent_congressional_statements)
export(get_recent_congressional_statements_by_date)
export(get_recent_congressional_statements_by_term)
export(get_recent_electioneering_communications)
export(get_recent_house_senate_floor_actions)
export(get_recent_independent_expend)
export(get_recent_late_contributions)
export(get_recent_late_contributions_candidate)
export(get_recent_late_contributions_committee)
export(get_recent_late_contributions_date)
export(get_recent_lobbying_representation_filings)
export(get_recent_nominations_by_category)
export(get_recent_official_communications)
export(get_recent_official_communications_by_category)
export(get_recent_official_communications_by_chamber)
export(get_recent_official_communications_by_date)
export(get_recent_personal_explanations)
export(get_recent_personal_explanations_specific_member)
export(get_recent_personal_explanations_votes)
export(get_recent_personal_explanations_votes_by_category)
export(get_recent_personal_explanations_votes_specific_member)
export(get_recent_personal_explanations_votes_specific_member_by_category)
export(get_recent_votes)
export(get_recently_added_independent_expenditure_committees)
export(get_recently_candidates)
export(get_recently_committees)
export(get_related_bills)
export(get_senate_nomination_votes)
export(get_specific_bill)
export(get_specific_bill_subject)
export(get_specific_committee)
export(get_specific_lobbying_representation_filings)
export(get_specific_nominations)
export(get_specific_roll_call_vote)
export(get_specific_subcommittee)
export(get_state_party_counts)
export(get_statement_subjects)
export(get_subjects_for_bill)
export(get_top20_candidate_of_FinancialCategory)
export(get_upcoming_bills)
export(get_votes_by_date)
export(get_votes_by_date_range)
export(get_votes_by_type)
export(list_members_chamber_congress)
export(lists_of_committees)
export(pp_convert_to_data_frame)
export(pp_query)
export(recent_bills_by_member)
export(recent_bills_by_subject)
export(recent_bills_by_type)
export(retrieve_key)
export(search_lobbying_representation_filings)
export(validate_cycle)
export(validate_district)
export(validate_state)
import(dplyr)
import(httr)
import(stringr)
importFrom(config,get)
importFrom(lubridate,is.Date)