-
Notifications
You must be signed in to change notification settings - Fork 4
/
NAMESPACE
57 lines (56 loc) · 1.48 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
# Generated by roxygen2: do not edit by hand
export(analyze_bills)
export(analyze_ivod)
export(analyze_meetings)
export(calculate_bill_trends)
export(generate_report)
export(get_bills)
export(get_bills_2)
export(get_caucus_meetings)
export(get_committee_record)
export(get_executive_response)
export(get_legislators)
export(get_ly_bills)
export(get_ly_committee_meets)
export(get_ly_committees_type)
export(get_ly_interpellations)
export(get_ly_ivod)
export(get_ly_legislator_bills)
export(get_ly_legislator_cosign_bills)
export(get_ly_legislator_detail)
export(get_ly_legislators_by_term)
export(get_meetings)
export(get_parlquestions)
export(get_public_debates)
export(get_speech_video)
export(get_tly_stat)
export(get_variable_info)
import(ggplot2)
import(utils)
importFrom(attempt,stop_if_all)
importFrom(attempt,stop_if_not)
importFrom(curl,has_internet)
importFrom(dplyr,"%>%")
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,desc)
importFrom(dplyr,lag)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(httr,GET)
importFrom(httr,content)
importFrom(httr,status_code)
importFrom(jsonlite,fromJSON)
importFrom(magrittr,"%>%")
importFrom(readr,read_csv)
importFrom(rlang,.data)
importFrom(rvest,html_text2)
importFrom(rvest,read_html)
importFrom(stringr,str_split_1)
importFrom(stringr,str_sub)
importFrom(tibble,as_tibble)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)
importFrom(withr,with_options)