Skip to content

Get Started with Using remotes:

legisTaiwan is an R package for accessing Taiwan Legislative Yuan API. The goal of legisTaiwan is to make it quickly and instantly download Taiwan’s legislative data, digitized textual and video records for a research project and analyze public policies.

install.packages("remotes")
remotes::install_github("davidycliao/legisTaiwan", force = TRUE)
library(legisTaiwan)
#> ## legisTaiwan                                            ##
#> ## An R package connecting to the Taiwan Legislative API. ##




How to Contribute

{legisTaiwan} is an open source project in R. Contributions in the form of comments, code suggestions, and tutorial examples are very welcome. Please note that the LeigsTaiwan is released with the Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.