Package: finlex Title: Access Open Data from the Finnish 'Finlex' Legislative Database Version: 0.2.0 Authors@R: person("Kristian", "Vepsäläinen", , "kristian.vepsalainen@proton.me", role = c("aut", "cre")) Description: Provides functions to retrieve and structure Finnish legislative data made available through the 'Finlex' Open Data API (). Functions cover retrieval of statute catalogues, statute titles, structured statute metadata, and cross-references between amending and amended statutes, returned as tidy tibbles for further analysis. License: MIT + file LICENSE Encoding: UTF-8 Language: en-GB Roxygen: list(markdown = TRUE) URL: https://github.com/KristianVepsalainen/finlex, http://kristianvepsalainen.com/finlex/ BugReports: https://github.com/KristianVepsalainen/finlex/issues Depends: R (>= 4.1.0) Imports: dplyr, httr2, tibble, xml2 Suggests: knitr, rmarkdown, spelling, testthat (>= 3.0.0), pkgdown Config/testthat/edition: 3 Config/roxygen2/version: 8.0.0 VignetteBuilder: knitr Config/pak/sysreqs: libxml2-dev libssl-dev Repository: https://kristianvepsalainen.r-universe.dev Date/Publication: 2026-07-23 10:50:38 UTC RemoteUrl: https://github.com/kristianvepsalainen/finlex RemoteRef: HEAD RemoteSha: 8c12430b08d1af2f9635371f5a212aca4af80aaf NeedsCompilation: no Packaged: 2026-07-23 10:57:40 UTC; root Author: Kristian Vepsäläinen [aut, cre] Maintainer: Kristian Vepsäläinen