inst/tinytest/test_WordData.R

test_wd <- healthyAddress:::test_WordData

my_lhs <- function(x) {
  z
}

expect_equal(test_wd("one two three"), 3L)
expect_equal(test_wd("one two three", r = 1L), c(0L, 4L, 8L, integer(13 + 16)))
expect_equal(test_wd("one two three", r = 2L), c(3L, 7L, 13L, integer(13 + 16)))
expect_equal(test_wd(c("one two three", "foo", ""), r = 3L), 13L)
expect_equal(test_wd("AB C", r = 4L), 8L)
HughParsonage/healthyAddress documentation built on Jan. 11, 2025, 12:11 a.m.