Skip to content

Fetching Historical Legislator Data’.

library(legisTaiwan)
#> ## legisTaiwan                                            ##
#> ## An R package connecting to the Taiwan Legislative API. ##
info <- get_legislators(verbose = FALSE)
#>  term is not defined...
#>  You are now requesting full data from the API. Please make sure your connectivity is stable until its completion.
info$data
#> # A tibble: 1,648 × 15
#>    term  name  ename sex   party partyGroup areaName committee onboardDate
#>    <chr> <chr> <chr> <chr> <chr> <chr>      <chr>    <chr>     <chr>      
#>  1 00    ""    ""    ""    ""    00         全國不…  ""        ""         
#>  2 10    "王…  "Wan… ""  "民…  民主進步黨 臺南市…  "第10屆…  "2020/02/0…
#>  3 10    "孔…  "Kun… ""  "中…  中國國民黨 山地原…  "第10屆…  "2020/02/0…
#>  4 10    "王…  "Wan… ""  "民…  民主進步黨 嘉義市…  "第10屆…  "2020/02/0…
#>  5 10    "王…  "Wan… ""  "時…  時代力量   全國不…  "第10屆…  "2020/02/0…
#>  6 10    "伍…  "WuL… ""  "民…  民主進步黨 山地原…  "第10屆…  "2020/02/0…
#>  7 10    "江…  "Chi… ""  "民…  民主進步黨 新北市…  "第10屆…  "2020/02/0…
#>  8 10    "江…  "Chi… ""  "中…  中國國民黨 臺中市…  "第10屆…  "2020/02/0…
#>  9 10    "何…  "Ho … ""  "民…  民主進步黨 臺北市…  "第10屆…  "2020/02/0…
#> 10 10    "何…  "Ho … ""  "民…  民主進步黨 臺中市…  "第10屆…  "2020/02/0…
#> # ℹ 1,638 more rows
#> # ℹ 6 more variables: degree <chr>, experience <chr>, picUrl <chr>,
#> #   leaveFlag <chr>, leaveDate <chr>, leaveReason <chr>