-
Notifications
You must be signed in to change notification settings - Fork 4
/
NAMESPACE
77 lines (76 loc) · 1.66 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
# Generated by roxygen2 (4.1.0): do not edit by hand
export(LegiScan)
export(amendment)
export(bill)
export(billText)
export(cleanAmendment)
export(cleanBill)
export(cleanBillText)
export(cleanMasterList)
export(cleanRollCall)
export(cleanSessions)
export(cleanSponsor)
export(cleanStates)
export(cleanSupplement)
export(fileLists)
export(fileStructure)
export(getAPI)
export(getFormat)
export(getFullText)
export(getUrl)
export(legiBillHist)
export(legiBillJSON)
export(legiBillMeta)
export(legiBillProg)
export(legiBillSpons)
export(legiBillTxt)
export(legiPersonJSON)
export(legiVotesJSON)
export(legiscanBill)
export(legiscanPerson)
export(legiscanR)
export(legiscanVotes)
export(legisearch)
export(masterList)
export(parseAmendment)
export(parseBill)
export(parseBillText)
export(parseMasterList)
export(parseQuery)
export(parseRollCall)
export(parseSessions)
export(parseSponsor)
export(parseStates)
export(parseSupplement)
export(rollCall)
export(sessionList)
export(setAPI)
export(setFormat)
export(setUrl)
export(sponsor)
export(stateList)
export(supplement)
exportClasses(LegiScan)
import(methods)
importFrom(RCurl,getURL)
importFrom(RJSONIO,fromJSON)
importFrom(RJSONIO,isValidJSON)
importFrom(XML,htmlParse)
importFrom(XML,xmlApply)
importFrom(XML,xmlParse)
importFrom(XML,xmlRoot)
importFrom(XML,xmlToDataFrame)
importFrom(XML,xmlToList)
importFrom(XML,xmlValue)
importFrom(XML,xpathApply)
importFrom(dplyr,as_data_frame)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,full_join)
importFrom(httr,GET)
importFrom(httr,http_status)
importFrom(lubridate,now)
importFrom(lubridate,ymd)
importFrom(magrittr,"%>%")
importFrom(plyr,ldply)
importFrom(plyr,llply)