forked from evanodell/hansard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
108 lines (107 loc) · 3.02 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
108
# Generated by roxygen2: do not edit by hand
export(all_answered_questions)
export(bill_publications)
export(bill_stage_types)
export(bills)
export(commons_answered_questions)
export(commons_division_date)
export(commons_divisions)
export(commons_members)
export(commons_oral_question_times)
export(commons_oral_questions)
export(commons_terms)
export(commons_written_questions)
export(constituencies)
export(early_day_motions)
export(edm_text)
export(election_candidates)
export(election_results)
export(elections)
export(epetition)
export(epetition_tibble)
export(hansard_all_answered_questions)
export(hansard_bill_publications)
export(hansard_bill_stage_types)
export(hansard_bills)
export(hansard_commons_answered_questions)
export(hansard_commons_division_date)
export(hansard_commons_divisions)
export(hansard_commons_members)
export(hansard_commons_oral_question_times)
export(hansard_commons_oral_questions)
export(hansard_commons_terms)
export(hansard_commons_written_questions)
export(hansard_constituencies)
export(hansard_early_day_motions)
export(hansard_election_candidates)
export(hansard_election_results)
export(hansard_elections)
export(hansard_epetition)
export(hansard_epetition_tibble)
export(hansard_lord_vote_record)
export(hansard_lords_amendments)
export(hansard_lords_attendance_date)
export(hansard_lords_attendance_session)
export(hansard_lords_divisions)
export(hansard_lords_interests)
export(hansard_lords_members)
export(hansard_lords_sessions)
export(hansard_lords_written_questions)
export(hansard_members)
export(hansard_members_search)
export(hansard_mp_edms)
export(hansard_mp_questions)
export(hansard_mp_vote_record)
export(hansard_papers_laid)
export(hansard_publication_logs)
export(hansard_research_briefings)
export(hansard_research_subtopics_list)
export(hansard_research_topics_list)
export(hansard_research_types_list)
export(hansard_sessions_info)
export(hansard_tv_channels)
export(hansard_tv_clips)
export(hansard_tv_programmes)
export(lord_vote_record)
export(lords_amendments)
export(lords_attendance_date)
export(lords_attendance_session)
export(lords_divisions)
export(lords_interests)
export(lords_members)
export(lords_sessions)
export(lords_written_questions)
export(members)
export(members_search)
export(mp_edms)
export(mp_questions)
export(mp_vote_record)
export(papers_laid)
export(publication_logs)
export(research_briefings)
export(research_subtopics_list)
export(research_topics_list)
export(research_types_list)
export(sessions_info)
export(tv_channels)
export(tv_clips)
export(tv_programmes)
importFrom(dplyr,bind_rows)
importFrom(dplyr,distinct)
importFrom(dplyr,group_by_at)
importFrom(dplyr,grouped_df)
importFrom(dplyr,left_join)
importFrom(dplyr,n)
importFrom(dplyr,summarise)
importFrom(dplyr,summarise_all)
importFrom(httr,GET)
importFrom(httr,content)
importFrom(httr,http_type)
importFrom(httr,status_code)
importFrom(jsonlite,fromJSON)
importFrom(lubridate,parse_date_time)
importFrom(snakecase,to_any_case)
importFrom(tibble,as_tibble)
importFrom(tidyr,spread)
importFrom(tidyr,unnest)
importFrom(tidyr,unnest_wider)