tests/testthat/test-make_dict.R

test_that("make customized dictionary", {
  expect_equal(make_dict(c("a","a","b")),
               data.table(keyword = unique(c("a","a","b")),
                          key = "keyword"))
})

Try the akc package in your browser

Any scripts or data that you put into this service are public.

akc documentation built on Jan. 6, 2023, 9:09 a.m.