R Under development (unstable) (2026-03-25 r89703 ucrt) -- "Unsuffered Consequences" Copyright (C) 2026 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > library(testthat) > library(assemblykor) ┌───────────────────────────────────────────────────────────────┐ │ assemblykor 0.1.1 │ │ Korean National Assembly Data for Political Science Education │ └───────────────────────────────────────────────────────────────┘ 7 built-in datasets: legislators 947 recs MPs (20-22nd) bills 60,925 recs Bills proposed wealth 2,928 recs Asset declarations seminars 5,962 recs Policy seminars speeches 15,843 recs Committee speeches (22nd, Sci & ICT) votes 7,997 recs Plenary vote tallies roll_calls 368,210 recs Member-level votes (22nd) Downloadable: get_bill_texts() Bill propose-reason texts get_proposers() Co-sponsorship records Tutorials: list_tutorials() See all 9 tutorials run_tutorial(1) Launch in browser (interactive) open_tutorial(1) Copy Rmd to working directory Korean font for ggplot2: set_ko_font() https://github.com/kyusik-yang/assemblykor > > test_check("assemblykor") Available tutorials: 01-tidyverse-basics.Rmd 02-data-visualization.Rmd 03-regression.Rmd 04-panel-data.Rmd 05-text-analysis.Rmd 06-network-analysis.Rmd 07-roll-call-analysis.Rmd 08-bill-success.Rmd 09-speech-patterns.Rmd Usage: open_tutorial(1) # Copy Rmd to working directory run_tutorial(1) # Launch interactive version in browser Tutorial copied to: D:\temp\2026_03_26_18_10_17_27649\RtmpaiAWmF/01-tidyverse-basics.Rmd Tutorial copied to: D:\temp\2026_03_26_18_10_17_27649\RtmpaiAWmF/02-data-visualization.Rmd [ FAIL 0 | WARN 0 | SKIP 0 | PASS 79 ] > > proc.time() user system elapsed 3.96 0.93 4.90