data-raw/articles.R

articles <- data.table(
  article = c(
    "the", "of", "and", "to", "in", "a", "is", "that", "for",
    "it", "as", "with", "by", "on", "not", "or", "from", "at", "an",
    "one", "all", "percent", "dollar"
  ),
  replacement = rep("", 23)
)
usethis::use_data(articles, overwrite = TRUE)
seunglee98/fedmatch documentation built on April 26, 2024, 10:24 a.m.