-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
45 lines (45 loc) · 1.37 KB
/
DESCRIPTION
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
Package: legiscanR
Type: Package
Title: R interface to the LegiScan API
Version: 0.0.1
Date: 2015-01-16
Author: Billy Buchanan <[email protected]>
Maintainer: Billy Buchanan <[email protected]>
Description: An S4 class package for obtaining and parsing US Legislative data from the LegiScan API. The S4 object and associated methods are used for making requests to the API service; this package also includes functions for parsing the data retrieved from the LegiScan data downloads site (since these archives may have > 25,000 files).
License: GPL (>= 2)
URL: http://www.github.com/wbuchanan/legiscanR
LazyData: true
Collate: 'legiscan-class.R'
'accessor-generics.R'
'caller-generics.R'
'constructor-generics.R'
'accessor-methods.R'
'caller-methods.R'
'constructor-methods.R'
'parser-generics.R'
'parser-methods.R'
'billdata.R'
'billids.R'
'checkPage.R'
'checkState.R'
'checkYear.R'
'fileLists.R'
'fileStructures.R'
'legiBillHist.R'
'legiBillJSON.R'
'legiBillMeta.R'
'legiBillProg.R'
'legiBillSpons.R'
'legiBillTxt.R'
'legiPersonJSON.R'
'legiscanBill.R'
'legiscanPerson.R'
'legiscanVotes.R'
'legiVotesJSON.R'
'xjformat.R'
'legiscanR.R'
'getFullText.R'
'makeDB.R'
'helperFunctions.R'
Imports: methods, RCurl, httr, lubridate, plyr, dplyr (>= 0.4.0), magrittr, RJSONIO, XML
Suggests: doMC, NLP, tm