Install and load the package:
#corp_url <- "https://raw.githubusercontent.com/judgelord/corporations/main/data/corporations_data_sample.rda"
#tmp <- tempfile(fileext = ".rda")
#download.file(corp_url, tmp, mode = "wb")
#load(tmp)
#regex_table <- corporations_data_sample
#data_url <- "https://raw.githubusercontent.com/judgelord/rulemaking/main/data/UnifiedAgenda.Rdata"
#tmp2 <- tempfile(fileext = ".Rdata")
#download.file(data_url, tmp2, mode = "wb")
#load(tmp2)
#data_table <- UnifiedAgenda