knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/", out.width = "100%" )
remotes
:install.packages("remotes") remotes::install_github("davidycliao/legisTaiwan", force = TRUE)
library(legisTaiwan) #> ## legisTaiwan ## #> ## An R package connecting to the Taiwan Legislative API. ##
library(legisTaiwan)
stats <- get_tly_stat()
Legislative Bills Statistics
analyze_bills(stats)
Legislative Meeting Statistics
analyze_meetings(stats)
Legislative Video (IVOD) Statistics
analyze_ivod(stats)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.