apiInfo: Print information about the APIs accessible through polidata

Description Usage Format

Description

Print information about the APIs accessible through polidata

Usage

1

Format

 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
List of 3
 $ google  :'data.frame':	1 obs. of  5 variables:
  ..$ countries:List of 1
  .. ..$ : chr "US"
  ..$ levels   :List of 1
  .. ..$ : chr "national"
  ..$ methods  :List of 1
  .. ..$ : chr [1:3] "elections" "voterinfo" "representatives"
  ..$ url      : chr "https://www.googleapis.com/civicinfo"
  ..$ version  : chr "1.0"
 $ popong  :'data.frame':	1 obs. of  5 variables:
  ..$ countries:List of 1
  .. ..$ : chr "KR"
  ..$ levels   :List of 1
  .. ..$ : chr "national"
  ..$ methods  :List of 1
  .. ..$ : chr [1:3] "bill" "person" "party"
  ..$ url      : chr "http://api.popong.com"
  ..$ version  : chr "0.1"
 $ sunlight:'data.frame':	1 obs. of  5 variables:
  ..$ countries:List of 1
  .. ..$ : chr "US"
  ..$ levels   :List of 1
  .. ..$ : chr "national"
  ..$ methods  :List of 1
  .. ..$ : chr [1:9] "legislators" "committees" "bills" "amendments" ...
  ..$ url      : chr "https://congress.api.sunlightfoundation.com"
  ..$ version  : chr "3.0"

polidata documentation built on May 2, 2019, 6:54 a.m.