Package: regextable Title: Pattern-Based Text Extraction and Standardization with Lookup Tables Version: 0.1.2 Authors@R: c( person("Shirlyn", "Dong", email = "shirlynd@umich.edu", role = c("aut", "cre")), person("Devin", "Judge-Lord", role = c("aut")) ) Description: Extracts information from text using lookup tables of regular expressions. Each text entry is compared against patterns in a lookup table, returning the extracted substrings alongside optional metadata. Users can choose to extract all matching patterns (generating multiple rows per text entry) or limit extraction to the first match. This approach enables comprehensive, standardized pattern coverage when processing large or complex text datasets. LazyData: true License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Imports: chk, dplyr, stringi, stringr, pbapply, stats Suggests: kableExtra, knitr, rmarkdown, quarto, spelling, testthat (>= 3.0.0), spacyr, tibble, googledrive, googlesheets4 VignetteBuilder: quarto URL: https://github.com/judgelord/regextable, https://judgelord.github.io/regextable/ BugReports: https://github.com/judgelord/regextable/issues Config/testthat/edition: 3 Depends: R (>= 4.1) Language: en-US Config/pak/sysreqs: libicu-dev Repository: https://judgelord.r-universe.dev Date/Publication: 2026-04-20 19:03:11 UTC RemoteUrl: https://github.com/judgelord/regextable RemoteRef: HEAD RemoteSha: 035ef79284faf43743f3c9fa87c8bb763d299eb2 NeedsCompilation: no Packaged: 2026-06-19 07:47:06 UTC; root Author: Shirlyn Dong [aut, cre], Devin Judge-Lord [aut] Maintainer: Shirlyn Dong